Skip to content

Commit 9560b83

Browse files
Update installation doc gem versions (#1218)
Update the `stripe` gem version in the installation doc to reflect the required version for the latest version of the `pay` gem
1 parent 40e8081 commit 9560b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/1_installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Pay's installation is pretty straightforward. We'll add the gems, add some migra
77
Add these lines to your application's Gemfile:
88

99
```ruby
10-
gem "pay", "~> 11.1"
10+
gem "pay", "~> 11.4"
1111

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

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

0 commit comments

Comments
 (0)