From 225a35b435e8bd73b10f2db1deda4f02680f14c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:18:35 +0000 Subject: [PATCH] Bump stripe from 11.7.0 to 13.0.2 Bumps [stripe](https://github.com/stripe/stripe-ruby) from 11.7.0 to 13.0.2. - [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/v11.7.0...v13.0.2) --- 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 c831105a..9bca1107 100644 --- a/Gemfile +++ b/Gemfile @@ -85,7 +85,7 @@ gem 'mini_magick' gem 'protected_attributes_continued' gem 'psych' gem 'rake' -gem 'stripe', '~> 11.3' +gem 'stripe', '~> 13.0' gem 'ventable', '>= 1.3' gem 'yard' diff --git a/Gemfile.lock b/Gemfile.lock index a87edd05..cbad7385 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -411,7 +411,7 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.1) - stripe (11.7.0) + stripe (13.0.2) temple (0.10.3) thor (1.3.2) tilt (2.4.0) @@ -519,7 +519,7 @@ DEPENDENCIES rubocop-rspec simplecov stimulus-rails - stripe (~> 11.3) + stripe (~> 13.0) timecop timeout turbo-rails