We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f4d1f commit 1901fcaCopy full SHA for 1901fca
rails/Gemfile
@@ -82,7 +82,7 @@ gem 'spicy-proton'
82
83
# For payments
84
gem 'pay', '~> 7.0'
85
-gem 'stripe', '~> 12.0'
+gem 'stripe', '~> 17.0'
86
87
# Needed after ruby 3.1 upgrade
88
gem 'net-imap', require: false
rails/Gemfile.lock
@@ -349,7 +349,7 @@ GEM
349
activesupport (>= 6.1)
350
sprockets (>= 3.0.0)
351
stringio (3.1.7)
352
- stripe (12.6.0)
+ stripe (17.0.0)
353
sysexits (1.2.0)
354
temple (0.10.4)
355
thor (1.4.0)
@@ -423,7 +423,7 @@ DEPENDENCIES
423
selenium-webdriver (~> 4.2)
424
simplecov
425
spicy-proton
426
- stripe (~> 12.0)
+ stripe (~> 17.0)
427
tzinfo-data
428
validate_url
429
web-console (>= 4.1.0)
0 commit comments