diff --git a/Gemfile b/Gemfile index ac2ea4c..411a625 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'devise-security', '~> 0.15.0' gem 'cancancan', '~> 3.2', '>= 3.2.1' # Use Puma as the app server -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index 399e25f..d25f954 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,7 @@ GEM mini_mime (1.0.2) minitest (5.14.3) msgpack (1.4.2) - nio4r (2.5.5) + nio4r (2.5.8) nokogiri (1.11.1-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) @@ -131,7 +131,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (5.2.1) + puma (5.6.4) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -275,7 +275,7 @@ DEPENDENCIES listen (~> 3.3) pg (~> 1.2, >= 1.2.3) pry-rails (~> 0.3.9) - puma (~> 5.0) + puma (~> 5.6) rack-mini-profiler (~> 2.0) rails (~> 6.1.1) rspec-rails (~> 4.0, >= 4.0.2)