From dbd1f175978e8e88260647673cd91e20a84aca13 Mon Sep 17 00:00:00 2001 From: Shane Becker Date: Thu, 21 Nov 2024 13:20:11 -0800 Subject: [PATCH] Pin Stripe to 8.7.0, TEMP --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 38763033c..6359ab6c4 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'kaminari' gem 'dalli' # Stripe for /support -gem 'stripe' +gem 'stripe', '~> 8.7.0' # observability gem 'lograge' diff --git a/Gemfile.lock b/Gemfile.lock index db3c4489e..2cc38a78b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -490,7 +490,7 @@ GEM railties (>= 6.0.0) stringex (2.8.6) stringio (3.1.2) - stripe (13.2.0) + stripe (8.7.0) thor (1.3.2) tilt (2.4.0) timeout (0.4.2) @@ -587,7 +587,7 @@ DEPENDENCIES sterile stimulus-rails stringex - stripe + stripe (~> 8.7.0) tzinfo-data uglifier web-console