diff --git a/Gemfile b/Gemfile index 6c7a18d..ede3531 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2' gem 'pg' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.4.2', require: false diff --git a/Gemfile.lock b/Gemfile.lock index eb2b2fe..4a26c5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,16 +89,18 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.4) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) msgpack (1.3.3) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) pg (1.2.3) - puma (4.3.3) + puma (4.3.9) nio4r (~> 2.0) rack (2.2.2) rack-test (1.1.0) @@ -184,7 +186,7 @@ DEPENDENCIES faker listen (>= 3.0.5, < 3.2) pg - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.2) rspec-rails (~> 3.5) shoulda-matchers