Skip to content

Commit 41fd9a3

Browse files
committed
chore(deps): Update dependency stripe to 18.1.0
This is not the newest, (18.3.1 is available iiuc), but I'm matching the version in the Gemfile.lock in the pay gem since I figure it will be safer. See also: * https://github.com/pay-rails/pay/blob/main/Gemfile.lock#L301 * #472
1 parent 09938c6 commit 41fd9a3

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.4.0'
90-
gem 'stripe', '~> 18.0.0'
90+
gem 'stripe', '~> 18.1.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
@@ -363,7 +363,7 @@ GEM
363363
activesupport (>= 6.1)
364364
sprockets (>= 3.0.0)
365365
stringio (3.2.0)
366-
stripe (18.0.1)
366+
stripe (18.1.0)
367367
sysexits (1.2.0)
368368
temple (0.10.4)
369369
thor (1.5.0)
@@ -440,7 +440,7 @@ DEPENDENCIES
440440
selenium-webdriver (~> 4.2)
441441
simplecov
442442
spicy-proton
443-
stripe (~> 18.0.0)
443+
stripe (~> 18.1.0)
444444
tzinfo-data
445445
validate_url
446446
web-console (>= 4.1.0)

0 commit comments

Comments
 (0)