Skip to content

Commit be958c0

Browse files
Update dependency stripe to '~> 19.3.0'
1 parent cb3b8f1 commit be958c0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ gem 'spicy-proton'
8484

8585
# For payments
8686
gem 'pay', '~> 11.6.1'
87-
gem 'stripe', '~> 19.1.0'
87+
gem 'stripe', '~> 19.3.0'
8888

8989
# Needed after ruby 3.1 upgrade
9090
gem 'net-imap', require: false

rails/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ GEM
364364
activesupport (>= 6.1)
365365
sprockets (>= 3.0.0)
366366
ssrf_filter (1.5.0)
367-
stripe (19.1.0)
367+
stripe (19.3.1)
368368
bigdecimal
369369
logger
370370
sysexits (1.2.0)
@@ -442,7 +442,7 @@ DEPENDENCIES
442442
selenium-webdriver (~> 4.2)
443443
simplecov
444444
spicy-proton
445-
stripe (~> 19.1.0)
445+
stripe (~> 19.3.0)
446446
tzinfo-data
447447
validate_url
448448
web-console (>= 4.1.0)

0 commit comments

Comments
 (0)