diff --git a/Gemfile b/Gemfile index fd95274..cd4dbf7 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 5.1.3' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' # 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 7736ef7..5f14dc7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -346,7 +346,7 @@ GEM pg (0.21.0) popper_js (1.14.5) public_suffix (3.0.3) - puma (3.12.0) + puma (3.12.6) rack (2.0.6) rack-proxy (0.6.5) rack @@ -508,7 +508,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) material_icons pg (~> 0.18) - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.3) rails-controller-testing rb-readline