From 88552afb2372e1d306fc3e81882e4d3496289aae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:38:22 +0000 Subject: [PATCH] Bump puma from 5.6.2 to 6.0.0 Bumps [puma](https://github.com/puma/puma) from 5.6.2 to 6.0.0. - [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.2...v6.0.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 82030eaf..149e4d50 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'database_cleaner' gem 'factory_bot_rails' gem 'gibbon', '~> 3.4' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 5.6' +gem 'puma', '~> 6.0' gem 'rails', '~> 5.2.3' gem 'rails-controller-testing' gem 'rspec-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 819f0c27..c95b60c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,7 +209,7 @@ GEM activerecord (>= 5.2) activesupport (>= 5.2) public_suffix (4.0.6) - puma (5.6.2) + puma (6.0.0) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -374,7 +374,7 @@ DEPENDENCIES listen pg (>= 0.18, < 2.0) pg_search - puma (~> 5.6) + puma (~> 6.0) rack-cors rails (~> 5.2.3) rails-controller-testing