From 2eaea175032e70979fb2116bd90b16d1cf679440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:00:31 +0000 Subject: [PATCH] Bump puma from 5.1.1 to 5.6.4 in /rails Bumps [puma](https://github.com/puma/puma) from 5.1.1 to 5.6.4. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.1.1...v5.6.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rails/Gemfile | 2 +- rails/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rails/Gemfile b/rails/Gemfile index c249789f..99abbacf 100644 --- a/rails/Gemfile +++ b/rails/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # 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/rails/Gemfile.lock b/rails/Gemfile.lock index b5745b79..a2caa8ca 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -107,13 +107,13 @@ GEM mini_portile2 (2.5.0) minitest (5.14.3) msgpack (1.3.3) - nio4r (2.5.4) + nio4r (2.5.8) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) orm_adapter (0.5.0) public_suffix (4.0.6) - puma (5.1.1) + puma (5.6.4) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -222,7 +222,7 @@ DEPENDENCIES capybara (>= 3.26) devise listen (~> 3.3) - puma (~> 5.0) + puma (~> 5.6) rack-mini-profiler (~> 2.0) rails (~> 6.1.1) redcarpet