diff --git a/Gemfile b/Gemfile index a0398f6..6713a4f 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'fog', '1.38.0' # Use sqlite3 as the database for Active Record gem 'sqlite3', '1.3.13' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 5.2' # 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 b8aeb16..f432c45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -266,7 +266,8 @@ GEM nokogiri (1.10.4) mini_portile2 (~> 2.4.0) optimist (3.0.0) - puma (3.12.1) + puma (5.2.2) + nio4r (~> 2.0) rack (2.0.7) rack-test (0.6.3) rack (>= 1.0) @@ -366,7 +367,7 @@ DEPENDENCIES listen (~> 3.0.5) mini_magick (= 4.9.4) nokogiri (>= 1.10.4) - puma (~> 3.0) + puma (~> 5.2) rack (>= 2.0.6) rails! rails-i18n