diff --git a/Gemfile b/Gemfile index 2b84b4a..8183f77 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby '2.5.1' gem 'rails', '~> 6.0.3' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' gem 'bootsnap', '>= 1.4.2', require: false gem 'rack-cors' gem 'rest-client' diff --git a/Gemfile.lock b/Gemfile.lock index 07f8662..26a87ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,7 +124,7 @@ GEM minitest (5.14.0) msgpack (1.3.3) netrc (0.11.0) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) @@ -138,7 +138,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.5) - puma (4.3.3) + puma (4.3.11) nio4r (~> 2.0) rack (2.2.2) rack-cors (1.1.1) @@ -254,7 +254,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pry-byebug pry-rails - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.3) rest-client