diff --git a/Gemfile b/Gemfile index 2902e7f..e5f5728 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'nokogiri' gem 'json' gem 'pry' diff --git a/Gemfile.lock b/Gemfile.lock index f298b30..b92105e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) @@ -103,7 +105,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.1.1) - puma (3.12.1) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.7) rack-cors (1.0.3) rack-test (1.1.0) @@ -199,7 +202,7 @@ DEPENDENCIES nokogiri pg (>= 0.18, < 2.0) pry - puma (~> 3.11) + puma (~> 4.3) rack-cors rails (~> 5.2.3) rspec-rails