diff --git a/Gemfile b/Gemfile index ec9ba10..ff213cd 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.11' +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 de6d7cc..9a9fade 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM io-like (0.3.0) jbuilder (2.9.1) activesupport (>= 4.2.0) - libv8 (7.3.492.27.1-x86_64-linux) + libv8 (7.3.492.27.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -124,7 +124,7 @@ GEM mini_portile2 (~> 2.4.0) popper_js (1.14.5) public_suffix (3.0.3) - puma (3.12.1) + puma (3.12.4) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -231,7 +231,7 @@ DEPENDENCIES jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) mini_racer - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.3) sass-rails (~> 5.0) selenium-webdriver