From 1f72a7a17e9cb0f218a27e44275ee7c4df5ea7df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 03:03:17 +0000 Subject: [PATCH] :arrow_up: Update puma requirement from ~> 5.6 to ~> 6.4 Updates the requirements on [puma](https://github.com/puma/puma) to permit the latest version. - [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.0...v6.4.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c2da2bd..4ccbdfe 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "guard-rspec", require: false group :test, :development do gem "webmock" - gem "puma", '~> 5.6' + gem "puma", '~> 6.4' gem "rackup" gem "pry" gem "simplecov", require: false