Skip to content

Commit d0367f5

Browse files
authored
Upgrade to Stripe 7 & API version 2022-08-01
* Update stripe API version * Update docs and version
1 parent 5460d7f commit d0367f5

15 files changed

+26
-26
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "appraisal"
1616
gem "overcommit"
1717

1818
gem "braintree", ">= 2.92.0"
19-
gem "stripe", "~> 6.5"
19+
gem "stripe", "~> 7.0"
2020
gem "paddle_pay", "~> 0.2.0"
2121

2222
gem "receipts"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
pay (4.2.1)
13+
pay (5.0.0)
1414
rails (>= 6.0.0)
1515

1616
GEM
@@ -222,7 +222,7 @@ GEM
222222
rubocop-performance (= 1.14.3)
223223
standardrb (1.0.1)
224224
standard
225-
stripe (6.5.0)
225+
stripe (7.0.0)
226226
strscan (3.0.4)
227227
thor (1.2.1)
228228
timeout (0.3.0)
@@ -273,7 +273,7 @@ DEPENDENCIES
273273
sqlite3 (~> 1.4)
274274
standard
275275
standardrb
276-
stripe (~> 6.5)
276+
stripe (~> 7.0)
277277
turbolinks
278278
vcr
279279
web-console

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Want to see how Pay works? Check out our video getting started guide.
2020

2121
Our supported payment processors are:
2222

23-
- Stripe ([SCA Compatible](https://stripe.com/docs/strong-customer-authentication) using API version `2020-08-27`)
23+
- Stripe ([SCA Compatible](https://stripe.com/docs/strong-customer-authentication) using API version `2022-08-01`)
2424
- Paddle (SCA Compatible & supports PayPal)
2525
- Braintree (supports PayPal)
2626
- [Fake Processor](docs/fake_processor/1_overview.md) (used for generic trials without cards, free subscriptions, testing, etc)

docs/1_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add these lines to your application's Gemfile:
1010
gem "pay", "~> 4.0"
1111

1212
# To use Stripe, also include:
13-
gem "stripe", "~> 6.0"
13+
gem "stripe", "~> 7.0"
1414

1515
# To use Braintree + PayPal, also include:
1616
gem "braintree", "~> 4.7"

gemfiles/rails_6.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "byebug"
66
gem "appraisal"
77
gem "overcommit"
88
gem "braintree", ">= 2.92.0"
9-
gem "stripe", "~> 6.5"
9+
gem "stripe", "~> 7.0"
1010
gem "paddle_pay", "~> 0.2.0"
1111
gem "receipts"
1212
gem "prawn", git: "https://github.com/prawnpdf/prawn.git"

gemfiles/rails_6.gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
pay (4.2.1)
13+
pay (5.0.0)
1414
rails (>= 6.0.0)
1515

1616
GEM
@@ -213,7 +213,7 @@ GEM
213213
rubocop-performance (= 1.14.3)
214214
standardrb (1.0.1)
215215
standard
216-
stripe (6.5.0)
216+
stripe (7.0.0)
217217
thor (1.2.1)
218218
thread_safe (0.3.6)
219219
timeout (0.3.0)
@@ -268,7 +268,7 @@ DEPENDENCIES
268268
sqlite3 (~> 1.4)
269269
standard
270270
standardrb
271-
stripe (~> 6.5)
271+
stripe (~> 7.0)
272272
turbolinks
273273
vcr
274274
web-console

gemfiles/rails_6_1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "byebug"
66
gem "appraisal"
77
gem "overcommit"
88
gem "braintree", ">= 2.92.0"
9-
gem "stripe", "~> 6.5"
9+
gem "stripe", "~> 7.0"
1010
gem "paddle_pay", "~> 0.2.0"
1111
gem "receipts"
1212
gem "prawn", git: "https://github.com/prawnpdf/prawn.git"

gemfiles/rails_6_1.gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
pay (4.2.1)
13+
pay (5.0.0)
1414
rails (>= 6.0.0)
1515

1616
GEM
@@ -217,7 +217,7 @@ GEM
217217
rubocop-performance (= 1.14.3)
218218
standardrb (1.0.1)
219219
standard
220-
stripe (6.5.0)
220+
stripe (7.0.0)
221221
thor (1.2.1)
222222
timeout (0.3.0)
223223
ttfunk (1.7.0)
@@ -271,7 +271,7 @@ DEPENDENCIES
271271
sqlite3 (~> 1.4)
272272
standard
273273
standardrb
274-
stripe (~> 6.5)
274+
stripe (~> 7.0)
275275
turbolinks
276276
vcr
277277
web-console

gemfiles/rails_7.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "byebug"
66
gem "appraisal"
77
gem "overcommit"
88
gem "braintree", ">= 2.92.0"
9-
gem "stripe", "~> 6.5"
9+
gem "stripe", "~> 7.0"
1010
gem "paddle_pay", "~> 0.2.0"
1111
gem "receipts"
1212
gem "prawn", git: "https://github.com/prawnpdf/prawn.git"

gemfiles/rails_7.gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
pay (4.2.1)
13+
pay (5.0.0)
1414
rails (>= 6.0.0)
1515

1616
GEM
@@ -224,7 +224,7 @@ GEM
224224
rubocop-performance (= 1.14.3)
225225
standardrb (1.0.1)
226226
standard
227-
stripe (6.5.0)
227+
stripe (7.0.0)
228228
strscan (3.0.4)
229229
thor (1.2.1)
230230
timeout (0.3.0)
@@ -279,7 +279,7 @@ DEPENDENCIES
279279
sqlite3 (~> 1.4)
280280
standard
281281
standardrb
282-
stripe (~> 6.5)
282+
stripe (~> 7.0)
283283
turbolinks
284284
vcr
285285
web-console

0 commit comments

Comments
 (0)