Skip to content

Commit b284410

Browse files
committed
Release 2.0.0
1 parent 148b31f commit b284410

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add these lines to your application's Gemfile **[Recommended]**:
1414

1515
```ruby
1616
gem 'capistrano', '~> 3.6'
17-
gem 'capistrano-bundler', '~> 1.6'
17+
gem 'capistrano-bundler', '~> 2.0'
1818
```
1919

2020
And then execute:

capistrano-bundler.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = 'capistrano-bundler'
7-
spec.version = '1.6.0'
7+
spec.version = '2.0.0'
88
spec.license = 'MIT'
99
spec.authors = ['Tom Clements', 'Lee Hambley', 'Kir Shatrov']
1010

0 commit comments

Comments
 (0)