From 2267fb91069e49a692fa5357e7a9dd60c3f268b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 06:09:17 +0000 Subject: [PATCH] Bump stripe from 12.6.0 to 18.1.0 Bumps [stripe](https://github.com/stripe/stripe-ruby) from 12.6.0 to 18.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/v12.6.0...v18.1.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 18.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 fd736d1..36edfee 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "appsignal" gem "rack-attack" # Stripe for payment processing -gem "stripe", "~> 12.0" +gem "stripe", "~> 18.1" # Markdown processing gem "kramdown", "~> 2.4" diff --git a/Gemfile.lock b/Gemfile.lock index a65d161..73e9154 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -356,7 +356,7 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.2.0) - stripe (12.6.0) + stripe (18.1.0) tailwindcss-rails (4.4.0) railties (>= 7.0.0) tailwindcss-ruby (~> 4.0) @@ -437,7 +437,7 @@ DEPENDENCIES selenium-webdriver shoulda-matchers (~> 6.0) stimulus-rails - stripe (~> 12.0) + stripe (~> 18.1) tailwindcss-rails turbo-rails tzinfo-data