diff --git a/Gemfile b/Gemfile index e66c796..d4dcd41 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'graphql' gem 'graphql-batch' gem 'jwt' gem 'pg' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'rack-cors' gem 'rails', '~> 5.2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 69e3f78..b01f272 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,7 +146,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.1.0) - puma (3.12.1) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.7) rack-cors (1.0.3) rack-test (1.1.0) @@ -256,7 +257,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg pry - puma (~> 3.11) + puma (~> 4.3) rack-cors rails (~> 5.2.3) rspec-rails