From 0b59a08ade230c246f5368e3ac5062e81a36c7a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:34:08 +0000 Subject: [PATCH] Update dependency stripe to '~> 19.3.0' --- rails/Gemfile | 2 +- rails/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rails/Gemfile b/rails/Gemfile index d11b08a3..ed18c7d2 100644 --- a/rails/Gemfile +++ b/rails/Gemfile @@ -84,7 +84,7 @@ gem 'spicy-proton' # For payments gem 'pay', '~> 11.6.1' -gem 'stripe', '~> 19.1.0' +gem 'stripe', '~> 19.3.0' # Needed after ruby 3.1 upgrade gem 'net-imap', require: false diff --git a/rails/Gemfile.lock b/rails/Gemfile.lock index 5a94bb56..9e7ed11c 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -358,7 +358,7 @@ GEM activesupport (>= 6.1) sprockets (>= 3.0.0) ssrf_filter (1.5.0) - stripe (19.1.0) + stripe (19.3.1) bigdecimal logger sysexits (1.2.0) @@ -436,7 +436,7 @@ DEPENDENCIES selenium-webdriver (~> 4.2) simplecov spicy-proton - stripe (~> 19.1.0) + stripe (~> 19.3.0) tzinfo-data validate_url web-console (>= 4.1.0)