From 1825b226b6d08b623779ae4e5fb4ef84e80849ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:20:02 +0000 Subject: [PATCH] build(deps): bump puma from 6.2.1 to 6.3.1 Bumps [puma](https://github.com/puma/puma) from 6.2.1 to 6.3.1. - [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/v6.2.1...v6.3.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 715393c..69b8de4 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem 'rack' gem 'execjs' -gem 'puma', '~> 6.2' +gem 'puma', '~> 6.3' gem 'net-imap', require: false gem 'net-pop', require: false diff --git a/Gemfile.lock b/Gemfile.lock index fe19f86..061e7ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -349,7 +349,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (5.0.1) - puma (6.2.1) + puma (6.3.1) nio4r (~> 2.0) puppet_forge (5.0.0) faraday (~> 2.0) @@ -547,7 +547,7 @@ DEPENDENCIES opentelemetry-sdk pg pry-rails - puma (~> 6.2) + puma (~> 6.3) puppet_forge puppet_metadata (~> 2.0) rack