From 83d0b7499e39483f11d1f2cc3c6af6bbb468add5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 07:53:22 +0000 Subject: [PATCH 1/2] Bump puma from 6.4.3 to 6.5.0 Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 6.5.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/v6.4.3...v6.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 290116b5..42837836 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 8.0' # Use postgresql as the database for Active Record gem 'pg', '>= 1.2.3', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 6.4' +gem 'puma', '~> 6.5' # Use ActiveModel has_secure_password gem 'bcrypt', '~> 3.1' diff --git a/Gemfile.lock b/Gemfile.lock index a11429b0..4c5898ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -167,7 +167,7 @@ GEM prism (1.2.0) psych (5.1.2) stringio - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -295,7 +295,7 @@ DEPENDENCIES image_processing (~> 1.13.0) mocha (~> 2.5.0) pg (>= 1.2.3, < 2.0) - puma (~> 6.4) + puma (~> 6.5) pundit (~> 2.4) rack-cors (~> 2.0) rails (~> 8.0) From 19ca3da95ce4d07c5de51c9a6f7916fde1b5e7aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 23 Nov 2024 07:54:09 +0000 Subject: [PATCH 2/2] Update gemset.nix --- gemset.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemset.nix b/gemset.nix index db357cf0..7986dc42 100644 --- a/gemset.nix +++ b/gemset.nix @@ -680,10 +680,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0gml1rixrfb0naciq3mrnqkpcvm9ahgps1c04hzxh4b801f69914"; + sha256 = "1wl9q4fl8gvhwdpfxghx6jdqi4508287pcgiwi96sdbzmdfbglcl"; type = "gem"; }; - version = "6.4.3"; + version = "6.5.0"; }; pundit = { dependencies = ["activesupport"];