diff --git a/Gemfile b/Gemfile index 8b6ad4a..6e3355a 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.2' # Use postreSQL as database gem 'pg' # Use Puma as the app server -gem 'puma', '~> 3.11' +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 e597576..c7e218f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,7 +146,9 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) @@ -173,7 +175,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.0.3) - puma (3.12.0) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.6) rack-proxy (0.6.5) rack @@ -323,7 +326,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg popper_js (~> 1.14, >= 1.14.5) - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.2) rspec-rails rufo