From 5ea20678a8321c0246488c613f6859d137f3fd50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 05:45:02 +0000 Subject: [PATCH] Bump stripe from 10.5.0 to 10.12.0 Bumps [stripe](https://github.com/stripe/stripe-ruby) from 10.5.0 to 10.12.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/v10.5.0...v10.12.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0e13583c..bd0f2678 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'rubyzip', '~> 2.3' gem 'sidekiq' gem 'sprockets-rails' gem 'stimulus-rails' -gem 'stripe', '~> 10.5' +gem 'stripe', '~> 10.12' gem 'tailwindcss-rails' gem 'turbo-rails' gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] diff --git a/Gemfile.lock b/Gemfile.lock index 5b30bd68..44551adc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -340,7 +340,7 @@ GEM stimulus-rails (1.2.2) railties (>= 6.0.0) stringio (3.1.0) - stripe (10.5.0) + stripe (10.12.0) tailwindcss-rails (2.0.32-arm64-darwin) railties (>= 6.0.0) tailwindcss-rails (2.0.32-x86_64-darwin) @@ -411,7 +411,7 @@ DEPENDENCIES sidekiq sprockets-rails stimulus-rails - stripe (~> 10.5) + stripe (~> 10.12) tailwindcss-rails turbo-rails tzinfo-data