about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2020-01-28 22:23:16 +0800
committerEugen Rochko <eugen@zeonfederated.com>2020-01-28 15:23:16 +0100
commit720fee06857fd2cb4ab67a1520e64baf140b4201 (patch)
tree6c690d7b402577a025de3783d6d93e74f2dfa18e /Gemfile.lock
parent04459687f8002abf5b032b5f37d0fddd8026e6ac (diff)
Bump Rack from 2.0.8 to 2.1.2 (#12991)
* Update Gemfile

* Update Gemfile.lock
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 80eec4208..d78465c8f 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.0.8)
+      rack (~> 2.0, >= 2.1.2)
       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 (>= 1.6.0)
+      rack (>= 2.1.2)
       rack-test (>= 0.6.3)
       regexp_parser (~> 1.5)
       xpath (~> 3.2)
@@ -441,7 +441,7 @@ GEM
     pundit (2.1.0)
       activesupport (>= 3.0.0)
     raabro (1.1.6)
-    rack (2.0.8)
+    rack (2.1.2)
     rack-attack (6.2.2)
       rack (>= 1.0, < 3)
     rack-cors (1.1.1)
@@ -749,7 +749,7 @@ DEPENDENCIES
   pry-rails (~> 0.3)
   puma (~> 4.3)
   pundit (~> 2.1)
-  rack (= 2.0.8)
+  rack (~> 2.1.2)
   rack-attack (~> 6.2)
   rack-cors (~> 1.1)
   rails (~> 5.2.4)