From 8ccb42b66d5855a169c914fbf1f80f7f45592349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 04:42:31 +0000 Subject: [PATCH] chore(deps): bump stripe from 5.53.0 to 19.4.0 Bumps [stripe](https://github.com/stripe/stripe-ruby) from 5.53.0 to 19.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/v5.53.0...v19.4.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 19.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b71e2bed..fd7e8c69 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'rack-attack', '~> 6.8' gem 'rails', '~> 8.1.0' gem 'rails-i18n', '~> 8.0' gem 'sprockets-rails', '~> 3.5.2' -gem 'stripe', '~> 5.53.0' +gem 'stripe', '~> 19.4.0' gem 'taps', '~> 0.3.24' gem 'uglifier', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 3baacf8e..979211be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -330,7 +330,9 @@ GEM activesupport (>= 6.1) sprockets (>= 3.0.0) stringio (3.2.0) - stripe (5.53.0) + stripe (19.4.0) + bigdecimal + logger taps (0.3.24) rack (>= 1.0.1) rest-client (>= 1.4.0, < 1.7.0) @@ -386,7 +388,7 @@ DEPENDENCIES rubocop ruby-lsp sprockets-rails (~> 3.5.2) - stripe (~> 5.53.0) + stripe (~> 19.4.0) taps (~> 0.3.24) uglifier (~> 4.2)