Skip to content

Commit

Permalink
Bump capistrano-rails from 1.6.3 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [capistrano-rails](https://github.com/capistrano/rails) from 1.6.3 to 1.7.0.
- [Release notes](https://github.com/capistrano/rails/releases)
- [Commits](capistrano/rails@v1.6.3...v1.7.0)

---
updated-dependencies:
- dependency-name: capistrano-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torrocus committed Dec 31, 2024
1 parent 74f927a commit 9adf3f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ group :development do
gem 'binding_of_caller'
gem 'brakeman'
gem 'bullet'
gem 'capistrano-rails', '~> 1.6'
gem 'capistrano-rails', '~> 1.7'
gem 'colored'
gem 'derailed_benchmarks'
gem 'fasterer'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ GEM
sshkit (>= 1.9.0)
capistrano-bundler (2.1.1)
capistrano (~> 3.1)
capistrano-rails (1.6.3)
capistrano-rails (1.7.0)
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capybara (3.40.0)
Expand Down Expand Up @@ -638,7 +638,7 @@ DEPENDENCIES
brakeman
bullet
byebug
capistrano-rails (~> 1.6)
capistrano-rails (~> 1.7)
capybara
carrierwave (~> 3.1)
colored
Expand Down

0 comments on commit 9adf3f3

Please sign in to comment.