Relax httparty and oj in Gemfile
This commit is contained in:
parent
4fb6378723
commit
10976422e9
2 changed files with 21 additions and 0 deletions
20
debian/patches/0230-relax-httparty-oj.patch
vendored
Normal file
20
debian/patches/0230-relax-httparty-oj.patch
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -140,7 +140,7 @@
|
||||||
|
gem 'redis-namespace', '~> 1.5', '>= 1.5.2'
|
||||||
|
|
||||||
|
# HTTP requests
|
||||||
|
-gem 'httparty', '~> 0.13.3'
|
||||||
|
+gem 'httparty', '~> 0.13'
|
||||||
|
|
||||||
|
# Colored output to console
|
||||||
|
gem 'rainbow', '~> 2.1'
|
||||||
|
@@ -206,7 +206,7 @@
|
||||||
|
gem 'charlock_holmes', '~> 0.7.3'
|
||||||
|
|
||||||
|
# Faster JSON
|
||||||
|
-gem 'oj', '~> 2.17', '>= 2.17.4'
|
||||||
|
+gem 'oj', '>= 2.17.4'
|
||||||
|
|
||||||
|
# Parse time & duration
|
||||||
|
gem 'chronic', '~> 0.10.2'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -9,5 +9,6 @@ pid-log-paths.patch
|
||||||
0200-remove-order-dependency-in-label-finder-spec.patch
|
0200-remove-order-dependency-in-label-finder-spec.patch
|
||||||
0210-use-jquery-ui-rails6.patch
|
0210-use-jquery-ui-rails6.patch
|
||||||
0220-relax-dependencies.patch
|
0220-relax-dependencies.patch
|
||||||
|
0230-relax-httparty-oj.patch
|
||||||
0300-git-2-11-support.patch
|
0300-git-2-11-support.patch
|
||||||
cve-2017-0882.patch
|
cve-2017-0882.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue