about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-01-28 18:50:44 +0100
committerEugen Rochko <eugen@zeonfederated.com>2020-01-28 18:50:44 +0100
commit1051de0165e6e6555e8d27b90bb622cb0c4908b2 (patch)
tree493b1d1a8da3190c64eed4d515419cb67e40c55a /Gemfile.lock
parent8071b71b9fe4b8fa6197cd8b6cb5148fc670005c (diff)
Fix Gemfile.lock (#12995)
* Use bundle install in deployment mode for Continuous Integration to catch Gemfile.lock issues

* Fix deprecation warnings

* Fix Gemfile.lock

* More changes to catch Gemfile.lock issues
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d78465c8f..75f2d4828 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -44,7 +44,7 @@ GEM
     actionpack (5.2.4.1)
       actionview (= 5.2.4.1)
       activesupport (= 5.2.4.1)
-      rack (~> 2.0, >= 2.1.2)
+      rack (~> 2.0, >= 2.0.8)
       rack-test (>= 0.6.3)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.0, >= 1.0.2)
@@ -148,7 +148,7 @@ GEM
       addressable
       mini_mime (>= 0.1.3)
       nokogiri (~> 1.8)
-      rack (>= 2.1.2)
+      rack (>= 1.6.0)
       rack-test (>= 0.6.3)
       regexp_parser (~> 1.5)
       xpath (~> 3.2)