diff --git a/Gemfile b/Gemfile index 835eeff..931f57d 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'bcrypt', '~> 3.1.7' #For creating JWT gem 'jwt_sessions', '~> 2.4.1' -gem 'rack-cors', '~> 1.0.3' +gem 'rack-cors', '~> 1.0.5' # Use ActiveStorage variant diff --git a/Gemfile.lock b/Gemfile.lock index 3d412ae..dd78065 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,8 @@ GEM mini_portile2 (~> 2.4.0) puma (3.12.1) rack (2.0.7) - rack-cors (1.0.3) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.3) @@ -174,7 +175,7 @@ DEPENDENCIES jwt_sessions (~> 2.4.1) listen (>= 3.0.5, < 3.2) puma (~> 3.11) - rack-cors (~> 1.0.3) + rack-cors (~> 1.0.5) rails (~> 5.2.3) redis (~> 4.0) rspec-rails