diff --git a/Gemfile b/Gemfile index d35de94..2797594 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4' # Use sqlite3 as the database for Active Record gem 'sqlite3' # 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 67644af..da524fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM nokogiri (1.8.2-x64-mingw32) mini_portile2 (~> 2.3.0) public_suffix (3.0.1) - puma (3.11.2) + puma (3.12.6) rack (2.2.2) rack-test (0.8.2) rack (>= 1.0, < 3) @@ -116,7 +116,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.3.0) + rake (13.0.1) rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) @@ -176,7 +176,7 @@ DEPENDENCIES capybara (~> 2.13) coffee-rails (~> 4.2) jbuilder (~> 2.5) - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.4) sass-rails (~> 5.0) selenium-webdriver