Skip to content

Commit be2c17d

Browse files
authored
Update installation docs to v8 (#1098)
1 parent b338f3c commit be2c17d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/1_installation.md

+2-2
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", "~> 7.0"
10+
gem "pay", "~> 8.0"
1111

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

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

0 commit comments

Comments
 (0)