diff --git a/Gemfile b/Gemfile index 5f1096d..58b266c 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 5.2.3' # 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', '~> 4.3' # 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 5d29ab1..fa70469 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,8 @@ GEM pg (1.2.2) popper_js (1.16.0) public_suffix (4.0.3) - puma (3.12.3) + puma (4.3.12) + nio4r (~> 2.0) rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -299,7 +300,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) omniauth-facebook pg (>= 0.18, < 2.0) - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.2.3) rspec-rails (~> 3.8) rubocop