From ad1846f9e916aae317cb702882475af6bcddaa45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 00:45:05 +0000 Subject: [PATCH] Bump pay from 8.3.0 to 11.2.2 Bumps [pay](https://github.com/pay-rails/pay) from 8.3.0 to 11.2.2. - [Release notes](https://github.com/pay-rails/pay/releases) - [Changelog](https://github.com/pay-rails/pay/blob/main/CHANGELOG.md) - [Upgrade guide](https://github.com/pay-rails/pay/blob/main/UPGRADE.md) - [Commits](https://github.com/pay-rails/pay/compare/v8.3.0...v11.2.2) --- updated-dependencies: - dependency-name: pay dependency-version: 11.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index e08ab174..32c6e31b 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "redis", ">= 4.0.1" gem "kaminari" # Billing & subscriptions -gem "pay", "~> 8.0" +gem "pay", "~> 11.2" # Multi-tenancy gem "acts_as_tenant" diff --git a/Gemfile.lock b/Gemfile.lock index 05da7541..9719eb1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM bcrypt_pbkdf (1.1.1-arm64-darwin) bcrypt_pbkdf (1.1.1-x86_64-darwin) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -94,7 +94,7 @@ GEM racc builder (3.3.0) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) cronex (0.15.0) tzinfo @@ -186,7 +186,7 @@ GEM msgpack (1.8.0) net-http (0.6.0) uri - net-imap (0.5.9) + net-imap (0.5.10) date net-protocol net-pop (0.1.2) @@ -223,8 +223,8 @@ GEM parser (3.3.9.0) ast (~> 2.4.1) racc - pay (8.3.0) - rails (>= 6.0.0) + pay (11.2.2) + rails (>= 7.0.0) pg (1.6.1) pg (1.6.1-aarch64-linux) pg (1.6.1-aarch64-linux-musl) @@ -247,7 +247,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.2.0) + rack (3.2.1) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-session (2.1.1) @@ -420,7 +420,7 @@ DEPENDENCIES jwt (~> 2.8) kamal kaminari - pay (~> 8.0) + pay (~> 11.2) pg (~> 1.1) propshaft puma (>= 5.0)