diff --git a/backend/Gemfile b/backend/Gemfile index 7e324386..b0f98a5e 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -6,7 +6,7 @@ ruby '2.6.5' # Infra gem 'rails', '~> 6.0.3', '>= 6.0.3.1' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' gem 'bootsnap', '>= 1.4.2', require: false gem 'rack-cors' diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 1a816ace..ba88dd48 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -89,19 +89,21 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.1) msgpack (1.3.3) - nio4r (2.5.2) + nio4r (2.5.7) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) pg (1.2.3) pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) - puma (4.3.5) + puma (4.3.8) nio4r (~> 2.0) rack (2.2.2) rack-cors (1.1.1) @@ -189,7 +191,7 @@ DEPENDENCIES listen (~> 3.2) pg (>= 0.18, < 2.0) pry - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.3, >= 6.0.3.1) rspec-rails