Skip to content

Commit

Permalink
Bump capistrano-bundler from 1.3.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [capistrano-bundler](https://github.com/capistrano/bundler) from 1.3.0 to 2.0.1.
- [Release notes](https://github.com/capistrano/bundler/releases)
- [Commits](capistrano/bundler@v1.3.0...v2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 27, 2020
1 parent 6714c1b commit e2dd41d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ end

group :development do
gem "capistrano", "~> 3.10.1", require: false
gem "capistrano-bundler", "~> 1.2", require: false
gem "capistrano-bundler", "~> 2.0", require: false
gem "capistrano-rails", "~> 1.6.1", require: false
gem "capistrano3-delayed-job", "~> 1.7.6"
gem "capistrano3-puma", "~> 4.0.0"
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ GEM
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (1.3.0)
capistrano-bundler (2.0.1)
capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-rails (1.6.1)
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
Expand Down Expand Up @@ -629,7 +628,7 @@ DEPENDENCIES
byebug (~> 11.1.1)
cancancan (~> 2.3.0)
capistrano (~> 3.10.1)
capistrano-bundler (~> 1.2)
capistrano-bundler (~> 2.0)
capistrano-rails (~> 1.6.1)
capistrano3-delayed-job (~> 1.7.6)
capistrano3-puma (~> 4.0.0)
Expand Down

0 comments on commit e2dd41d

Please sign in to comment.