README.md in capistrano-rbenv-install-1.1.0 vs README.md in capistrano-rbenv-install-1.2.0
- old
+ new
@@ -10,11 +10,11 @@
Install by adding the following to the `Gemfile`:
gem 'capistrano', '~> 3.2.1'
gem 'capistrano-rbenv', '~> 2.0' # required
- gem 'capistrano-rbenv-install'
+ gem 'capistrano-rbenv-install', '~> 1.2.0'
then:
$ bundle install
@@ -34,10 +34,10 @@
Other than that, this plugin does not need any setup.
Run:
- $ bundle exec production deploy
+ $ bundle exec cap production deploy
And watch ruby being installed.
### Purpose