Skip to content

Commit 64bc97e

Browse files
Update dependency stripe to '~> 19.2.0'
1 parent 2a0caa5 commit 64bc97e

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
@@ -87,7 +87,7 @@ gem 'spicy-proton'
8787

8888
# For payments
8989
gem 'pay', '~> 11.6.1'
90-
gem 'stripe', '~> 19.1.0'
90+
gem 'stripe', '~> 19.2.0'
9191

9292
# Needed after ruby 3.1 upgrade
9393
gem 'net-imap', require: false

rails/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ GEM
361361
activesupport (>= 6.1)
362362
sprockets (>= 3.0.0)
363363
stringio (3.2.0)
364-
stripe (19.1.0)
364+
stripe (19.2.0)
365365
bigdecimal
366366
logger
367367
sysexits (1.2.0)
@@ -439,7 +439,7 @@ DEPENDENCIES
439439
selenium-webdriver (~> 4.2)
440440
simplecov
441441
spicy-proton
442-
stripe (~> 19.1.0)
442+
stripe (~> 19.2.0)
443443
tzinfo-data
444444
validate_url
445445
web-console (>= 4.1.0)

0 commit comments

Comments
 (0)