diff --git a/Gemfile b/Gemfile index 43be205..ed5018e 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.2' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index ac6232b..82f68ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,8 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.2) - puma (3.12.2) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.8) rack-cors (1.1.1) rack (>= 2.0.0) @@ -236,7 +237,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) pry-rails - puma (~> 3.7) + puma (~> 4.3) rack-cors rails (~> 5.2) rails_real_favicon