diff --git a/Gemfile b/Gemfile index 88711f1..93c220e 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ end gem 'rails', '~> 5.2.0' gem 'pg', '~> 0.18' -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5a487e9..2550b3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,7 +171,8 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.7) - puma (3.12.6) + puma (4.3.12) + nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) rack-test (2.0.2) @@ -290,7 +291,7 @@ DEPENDENCIES paranoia (~> 2.2) pg (~> 0.18) pry - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.2.0) rspec-rails sass-rails (~> 5.0)