From b7ab0dafb199f157ba2738de5a86803e57a6dcc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 04:06:05 +0000 Subject: [PATCH] Bump puma from 5.2.2 to 6.0.2 Bumps [puma](https://github.com/puma/puma) from 5.2.2 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.2.2...v6.0.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 48bbec0..c2ab007 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem "aasm", "~> 5.2", ">= 5.2.0" gem "rbnacl", "~> 7.1", ">= 7.1.1" group :development, :test do - gem "puma", "~> 5.1" + gem "puma", "~> 6.0" gem "awesome_print" # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem "byebug", platforms: [:mri, :mingw, :x64_mingw] diff --git a/Gemfile.lock b/Gemfile.lock index a57e19a..5c48498 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,10 @@ GEM - remote: https://rubygems.org/ remote: https://oss:cUsw1fO1EK35ZewlWybDC9F9wG9DKzaQ@gem.mutant.dev/ + specs: + mutant-license (0.1.1.2.1839360472112769816023349048501540551457.0) + +GEM + remote: https://rubygems.org/ specs: aasm (5.2.0) concurrent-ruby (~> 1.0) @@ -154,11 +158,10 @@ GEM parser (~> 3.0.0) regexp_parser (~> 2.0, >= 2.0.3) unparser (~> 0.6.0) - mutant-license (0.1.1.2.1839360472112769816023349048501540551457.0) mutant-minitest (0.10.31) minitest (~> 5.11) mutant (= 0.10.31) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.11.3) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -184,7 +187,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (5.2.2) + puma (6.0.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -350,7 +353,7 @@ DEPENDENCIES overcommit pg (>= 0.18, < 2.0) pry-rails - puma (~> 5.1) + puma (~> 6.0) rails (~> 6.1, >= 6.1.3.1) rbnacl (~> 7.1, >= 7.1.1) redis (~> 4.0)