Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jul 12, 2020
1 parent f95e696 commit 1fdb93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Thanks a lot to [@yyuu](https://github.com/yyuu) for merging his gem with offici
Add this line to your application's Gemfile:

gem 'capistrano', '~> 3.9'
gem 'capistrano-rbenv', '~> 2.1'
gem 'capistrano-rbenv', '~> 2.2'

And then execute:

Expand Down
2 changes: 1 addition & 1 deletion capistrano-rbenv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = "capistrano-rbenv"
gem.version = '2.1.6'
gem.version = '2.2.0'
gem.authors = ["Kir Shatrov", "Yamashita Yuu"]
gem.email = ["[email protected]", "[email protected]"]
gem.description = %q{rbenv integration for Capistrano}
Expand Down

0 comments on commit 1fdb93a

Please sign in to comment.