From a3b39c3f76ad468cfbcd208cae20b3b094f5994a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:10:12 +0000 Subject: [PATCH] build(deps): bump puma from 6.3.1 to 6.4.2 Bumps [puma](https://github.com/puma/puma) from 6.3.1 to 6.4.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/v6.3.1...v6.4.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 69b8de4..50be8c8 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.3' +gem 'puma', '~> 6.4' gem 'net-imap', require: false gem 'net-pop', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 061e7ea..1d0ebd3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,7 +245,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.9) + nio4r (2.7.0) nokogiri (1.15.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -349,7 +349,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (5.0.1) - puma (6.3.1) + puma (6.4.2) nio4r (~> 2.0) puppet_forge (5.0.0) faraday (~> 2.0) @@ -547,7 +547,7 @@ DEPENDENCIES opentelemetry-sdk pg pry-rails - puma (~> 6.3) + puma (~> 6.4) puppet_forge puppet_metadata (~> 2.0) rack