diff --git a/cooper_api/Gemfile b/cooper_api/Gemfile index 281e982..acc1758 100644 --- a/cooper_api/Gemfile +++ b/cooper_api/Gemfile @@ -9,7 +9,7 @@ ruby '2.6.3' gem 'bootsnap', '>= 1.2', require: false gem 'rails', '~> 5.2.0' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' gem 'jbuilder', '~> 2.5' gem 'rack-cors', require: 'rack/cors' gem 'devise_token_auth' diff --git a/cooper_api/Gemfile.lock b/cooper_api/Gemfile.lock index 39e5c71..bcf2596 100644 --- a/cooper_api/Gemfile.lock +++ b/cooper_api/Gemfile.lock @@ -104,7 +104,7 @@ GEM pry (~> 0.10) pry-rails (0.3.9) pry (>= 0.10.4) - puma (3.12.1) + puma (3.12.2) rack (2.0.7) rack-cors (1.0.3) rack-test (1.1.0) @@ -192,7 +192,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pry-byebug pry-rails - puma (~> 3.7) + puma (~> 3.12) rack-cors rails (~> 5.2.0) rspec-rails