From 8e9e23fa311e7537d86fd49136b1856a17ff344b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 18:11:45 +0000 Subject: [PATCH] Bump stripe from 13.5.1 to 15.1.0 Bumps [stripe](https://github.com/stripe/stripe-ruby) from 13.5.1 to 15.1.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/v13.5.1...v15.1.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 15.1.0 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 8378ffe..302da6e 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem "devise" gem "passwordless" # Payment processing -gem "stripe", "~> 13.0" +gem "stripe", "~> 15.1" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[ windows jruby ] diff --git a/Gemfile.lock b/Gemfile.lock index cfdfc33..09737af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -374,7 +374,7 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.7) - stripe (13.5.1) + stripe (15.1.0) tailwindcss-rails (4.2.3) railties (>= 7.0.0) tailwindcss-ruby (~> 4.0) @@ -454,7 +454,7 @@ DEPENDENCIES solid_queue standard stimulus-rails - stripe (~> 13.0) + stripe (~> 15.1) tailwindcss-rails thruster turbo-rails