Skip to content

Commit

Permalink
Fix: update pay gem version to 7 (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismahon committed Jan 5, 2024
1 parent 9e62e42 commit 4344796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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", "~> 6.0"
gem "pay", "~> 7.0"

# To use Stripe, also include:
gem "stripe", "~> 10.0"
Expand Down

0 comments on commit 4344796

Please sign in to comment.