diff --git a/Gemfile b/Gemfile index 8593510..f09d001 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.6.3' gem 'rails', '~> 5.2.3' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'jquery-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 9722536..8709b99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,7 +130,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.1.1) - puma (3.12.2) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -254,7 +255,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) pry - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.2.3) rails-controller-testing rspec-rails (~> 3.6)