diff --git a/Gemfile b/Gemfile index ada0213..a06ca88 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 5.1.7' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 3.12' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 8a008af..60d289f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,8 @@ GEM parser (2.6.5.0) ast (~> 2.4.0) pg (1.1.4) - puma (3.12.4) + puma (5.6.2) + nio4r (~> 2.0) rack (2.2.2) rack-proxy (0.6.5) rack @@ -189,7 +190,7 @@ DEPENDENCIES jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 3.12) + puma (~> 5.6) rails (~> 5.1.7) rspec-rails rubocop