From 0f79b08ad63b586598d93c2a675c34b5f1fb93c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 04:27:05 +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.2.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.2.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.2.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 c2e7225..2b4865f 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.3.0' # bulk insert db capabilities added natively to Rails 6+ gem 'activerecord-import' @@ -97,7 +97,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 87d34ee..a52fcf6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,7 +129,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) @@ -222,10 +218,6 @@ GEM net-pop net-smtp marcel (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) @@ -247,7 +239,6 @@ GEM net-smtp (0.5.1) net-protocol net-ssh (7.3.0) - netrc (0.11.0) newrelic_rpm (10.0.0) logger nio4r (2.7.5) @@ -351,11 +342,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) @@ -457,12 +443,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.3.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 @@ -560,8 +545,8 @@ DEPENDENCIES sidekiq-unique-jobs simplecov simplecov_json_formatter (~> 0.1.4) - stripe (~> 1.58.0) - stripe-ruby-mock (~> 2.4.1) + stripe (~> 18.3.0) + stripe-ruby-mock (~> 2.5.8) test-unit timecop tzinfo-data