From 0a16fd5a5305844688435d117b4a253d715e7c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:14:52 +0000 Subject: [PATCH] chore(deps): bump stripe from 12.6.0 to 13.3.0 Bumps [stripe](https://github.com/stripe/stripe-ruby) from 12.6.0 to 13.3.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...v13.3.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 2a689c3..0374b3d 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'sidekiq', '~>7.3.2' gem "sprockets-rails" gem "stimulus-rails" gem 'store_model', '~> 4.1' -gem 'stripe', '~>12.4' +gem 'stripe', '~>13.3' gem "tailwindcss-rails" gem "turbo-rails" gem 'varint', '~>0.1.1' # needed for protobuf diff --git a/Gemfile.lock b/Gemfile.lock index 414af93..a613e2f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -333,7 +333,7 @@ GEM store_model (4.1.0) activerecord (>= 7.0) stringio (3.1.1) - stripe (12.6.0) + stripe (13.3.0) tailwindcss-rails (2.7.9) railties (>= 7.0.0) tailwindcss-rails (2.7.9-aarch64-linux) @@ -422,7 +422,7 @@ DEPENDENCIES sprockets-rails stimulus-rails store_model (~> 4.1) - stripe (~> 12.4) + stripe (~> 13.3) tailwindcss-rails turbo-rails varint (~> 0.1.1)