Skip to content

Commit 0523b3b

Browse files
committed
chore(deps): Update pay and stripe gems
I generally try to match the stripe version that pay gem uses, see here: https://github.com/pay-rails/pay/blob/0701305bb142aadc42e259203aa438bc5969a983/Gemfile.lock#L303 Not sure why we didn't get in previous updates.
1 parent acc7fac commit 0523b3b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

rails/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ gem 'grover'
8383
gem 'spicy-proton'
8484

8585
# For payments
86-
gem 'pay', '~> 11.6.1'
87-
gem 'stripe', '~> 19.1.0'
86+
gem 'pay', '~> 11.6.2'
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ GEM
358358
activesupport (>= 6.1)
359359
sprockets (>= 3.0.0)
360360
ssrf_filter (1.5.0)
361-
stripe (19.1.0)
361+
stripe (19.3.1)
362362
bigdecimal
363363
logger
364364
sysexits (1.2.0)
@@ -424,7 +424,7 @@ DEPENDENCIES
424424
net-pop
425425
net-smtp
426426
ostruct
427-
pay (~> 11.6.1)
427+
pay (~> 11.6.2)
428428
pg (~> 1.1)
429429
puma (~> 8.0)
430430
rails (~> 8.0.0)
@@ -436,7 +436,7 @@ DEPENDENCIES
436436
selenium-webdriver (~> 4.2)
437437
simplecov
438438
spicy-proton
439-
stripe (~> 19.1.0)
439+
stripe (~> 19.3.0)
440440
tzinfo-data
441441
validate_url
442442
web-console (>= 4.1.0)

0 commit comments

Comments
 (0)