Skip to content

Commit

Permalink
Update installation docs to v8 (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashjoshi authored Oct 31, 2024
1 parent b338f3c commit be2c17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Pay's installation is pretty straightforward. We'll add the gems, add some migra
Add these lines to your application's Gemfile:

```ruby
gem "pay", "~> 7.0"
gem "pay", "~> 8.0"

# To use Stripe, also include:
gem "stripe", "~> 12.0"
gem "stripe", "~> 13.0"

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

0 comments on commit be2c17d

Please sign in to comment.