From d7fdb6c6c31720311fd2ade39dc338156afbe13d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 00:01:04 +0000 Subject: [PATCH] Bump puma from 5.6.4 to 6.0.2 in /rails Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 6.0.2. - [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.6.4...v6.0.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- rails/Gemfile | 2 +- rails/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rails/Gemfile b/rails/Gemfile index 986e992..d16309f 100644 --- a/rails/Gemfile +++ b/rails/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.4' # Use mysql as the database for Active Record gem 'mysql2', '>= 0.4.4' # Use Puma as the app server -gem 'puma', '~> 5.6' +gem 'puma', '~> 6.0' # 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 1dac03c..493f9b9 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -104,7 +104,7 @@ GEM nokogiri (1.13.6) mini_portile2 (~> 2.8.0) racc (~> 1.4) - puma (5.6.4) + puma (6.0.2) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -208,7 +208,7 @@ DEPENDENCIES json (>= 2.3.0) listen (~> 3.7) mysql2 (>= 0.4.4) - puma (~> 5.6) + puma (~> 6.0) rack-mini-profiler (~> 3.0) rails (~> 6.1.4) rspec-rails