From a7797cc20bf5b733e87fda55af1c78dc5d290432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 23:21:27 +0000 Subject: [PATCH] Bump stripe from 11.6.0 to 12.4.0 Bumps [stripe](https://github.com/stripe/stripe-ruby) from 11.6.0 to 12.4.0. - [Release notes](https://github.com/stripe/stripe-ruby/releases) - [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-ruby/compare/v11.6.0...v12.4.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index aa9f3af2..64468e07 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ gem 'mini_racer' gem 'protected_attributes_continued' gem 'psych' gem 'rake' -gem 'stripe', '~> 11.3' +gem 'stripe', '~> 12.4' gem 'ventable', '>= 1.3' gem 'yard' diff --git a/Gemfile.lock b/Gemfile.lock index 1e6836a8..a7434d78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -421,7 +421,7 @@ GEM stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.1) - stripe (11.7.0) + stripe (12.4.0) strscan (3.1.0) temple (0.10.3) thor (1.3.1) @@ -524,7 +524,7 @@ DEPENDENCIES rubocop-rspec (~> 2.29.2) simplecov stimulus-rails - stripe (~> 11.3) + stripe (~> 12.4) timecop timeout turbo-rails