From b02ed82d12f6289fbd4bfe74ef1287d7ad0518ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:28:42 +0000 Subject: [PATCH] Bump stripe and stripe-ruby-mock Bumps [stripe](https://github.com/stripe/stripe-ruby) and [stripe-ruby-mock](https://github.com/stripe-ruby-mock/stripe-ruby-mock). These dependencies needed to be updated together. Updates `stripe` from 1.58.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/v1.58.0...v18.1.0) Updates `stripe-ruby-mock` from 2.4.1 to 2.5.8 - [Release notes](https://github.com/stripe-ruby-mock/stripe-ruby-mock/releases) - [Changelog](https://github.com/stripe-ruby-mock/stripe-ruby-mock/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe-ruby-mock/stripe-ruby-mock/compare/v2.4.1...v2.5.8) --- updated-dependencies: - dependency-name: stripe dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: stripe-ruby-mock dependency-version: 2.5.8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 25 +++++-------------------- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index 27437e7..1cd290b 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'cancancan', '~> 3.0' # authorization, Rails 6.0+ support gem 'role_model', '~> 0.8.2' # roles # payments -gem 'stripe', '~> 1.58.0' +gem 'stripe', '~> 18.1.0' # bulk insert db capabilities added natively to Rails 6+ gem 'activerecord-import' @@ -99,7 +99,7 @@ group :test do gem 'webmock' gem 'simplecov' gem 'simplecov_json_formatter', '~> 0.1.4' - gem 'stripe-ruby-mock', '~> 2.4.1' + gem 'stripe-ruby-mock', '~> 2.5.8' gem 'codeclimate-test-reporter' gem 'zonebie' gem 'timecop' diff --git a/Gemfile.lock b/Gemfile.lock index 95a8663..2725e18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,6 @@ GEM date (3.5.1) diff-lcs (1.6.2) docile (1.4.1) - domain_name (0.6.20240107) dotenv (3.2.0) dotenv-rails (3.2.0) dotenv (= 3.2.0) @@ -166,9 +165,6 @@ GEM haml (>= 4.0.6) railties (>= 5.1) hashdiff (1.2.1) - http-accept (1.7.0) - http-cookie (1.1.0) - domain_name (~> 0.5) httpclient (2.9.0) mutex_m i18n (1.14.8) @@ -217,10 +213,6 @@ GEM net-smtp marcel (1.1.0) method_source (1.1.0) - mime-types (3.7.0) - logger - mime-types-data (~> 3.2025, >= 3.2025.0507) - mime-types-data (3.2025.0924) mini_mime (1.1.5) mini_portile2 (2.8.9) minitest (6.0.1) @@ -242,7 +234,6 @@ GEM net-smtp (0.5.1) net-protocol net-ssh (7.3.0) - netrc (0.11.0) newrelic_rpm (9.24.0) nio4r (2.7.5) nokogiri (1.19.0) @@ -333,11 +324,6 @@ GEM responders (3.2.0) actionpack (>= 7.0) railties (>= 7.0) - rest-client (2.1.0) - http-accept (>= 1.7.0, < 2.0) - http-cookie (>= 1.0.2, < 2.0) - mime-types (>= 1.16, < 4.0) - netrc (~> 0.8) rexml (3.4.4) role_model (0.8.2) rollbar (3.7.0) @@ -439,12 +425,11 @@ GEM net-ssh (>= 2.8.0) ostruct stringio (3.2.0) - stripe (1.58.0) - rest-client (>= 1.4, < 4.0) - stripe-ruby-mock (2.4.1) + stripe (18.1.0) + stripe-ruby-mock (2.5.8) dante (>= 0.2.0) multi_json (~> 1.0) - stripe (>= 1.31.0, <= 1.58.0) + stripe (>= 2.0.3) temple (0.10.4) test-unit (3.7.7) power_assert @@ -541,8 +526,8 @@ DEPENDENCIES sidekiq-unique-jobs simplecov simplecov_json_formatter (~> 0.1.4) - stripe (~> 1.58.0) - stripe-ruby-mock (~> 2.4.1) + stripe (~> 18.1.0) + stripe-ruby-mock (~> 2.5.8) test-unit timecop tzinfo-data