about summary refs log tree commit diff
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2020-06-17 13:30:57 +0900
committerGitHub <noreply@github.com>2020-06-17 06:30:57 +0200
commit437cdf89e021811e20cdf451565e1980f08627c6 (patch)
tree2100773f8f12f08cd575e5be666a7407cb97079a
parentee3e709e746c0a188a9f73e25dae005e4a72afc1 (diff)
[Security] Bump rack from 2.2.2 to 2.2.3 (#14064)
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 298764779..7e0640034 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ gem 'puma', '~> 4.3'
 gem 'rails', '~> 5.2.4.3'
 gem 'sprockets', '~> 3.7.2'
 gem 'thor', '~> 0.20'
-gem 'rack', '~> 2.2.2'
+gem 'rack', '~> 2.2.3'
 
 gem 'thwait', '~> 0.1.0'
 gem 'e2mmap', '~> 0.1.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index bdbb19cb4..b6371259d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -439,7 +439,7 @@ GEM
     pundit (2.1.0)
       activesupport (>= 3.0.0)
     raabro (1.3.1)
-    rack (2.2.2)
+    rack (2.2.3)
     rack-attack (6.3.1)
       rack (>= 1.0, < 3)
     rack-cors (1.1.1)
@@ -757,7 +757,7 @@ DEPENDENCIES
   pry-rails (~> 0.3)
   puma (~> 4.3)
   pundit (~> 2.1)
-  rack (~> 2.2.2)
+  rack (~> 2.2.3)
   rack-attack (~> 6.3)
   rack-cors (~> 1.1)
   rails (~> 5.2.4.3)