diff --git a/Gemfile b/Gemfile index 4b7772b..e93d44b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.7.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.0.2', '>= 6.0.2.1' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index be76aec..8b0b52b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,12 +82,14 @@ 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.7) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) pry (0.13.1) @@ -96,7 +98,7 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - puma (4.3.3) + puma (4.3.8) nio4r (~> 2.0) rack (2.2.2) rack-test (1.1.0) @@ -160,7 +162,7 @@ DEPENDENCIES bootsnap (>= 1.4.2) listen (>= 3.0.5, < 3.2) pry-byebug - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.1) spring spring-watcher-listen (~> 2.0.0)