Skip to content

Commit

Permalink
Fix recommended gem versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson authored Oct 1, 2016
1 parent 807a999 commit cb0d4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ It also prefixes certain binaries to use `bundle exec`.
Add these lines to your application's Gemfile:

```ruby
gem 'capistrano', '~> 3.1'
gem 'capistrano-bundler', '~> 1.1.2'
gem 'capistrano', '~> 3.6'
gem 'capistrano-bundler', '~> 1.2'
```

And then execute:
Expand Down

0 comments on commit cb0d4e4

Please sign in to comment.