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 Jan 6, 2025
1 parent a36ebd8 commit 059d358
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ gem 'annotate', '~> 3.2.0'
# Use Capistrano for deployment
gem 'capistrano3-delayed-job', '~> 1.7.6'
gem 'capistrano-passenger', '~> 0.2.1', group: :development
gem 'capistrano-rails', '~> 1.6.3', group: :development
gem 'capistrano-rails', '~> 1.7.0', group: :development
gem 'capistrano-rvm', '~> 0.1.2', group: :development
gem 'capistrano-yarn', '~> 2.0.2'

Expand Down
19 changes: 12 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
after_commit_everywhere (1.5.0)
activerecord (>= 4.2)
activesupport
airbrussh (1.4.1)
airbrussh (1.5.3)
sshkit (>= 1.6.1, != 1.7.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
Expand All @@ -98,16 +98,16 @@ GEM
msgpack (~> 1.2)
builder (3.3.0)
byebug (11.1.3)
capistrano (3.17.3)
capistrano (3.19.2)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (2.1.0)
capistrano-bundler (2.1.1)
capistrano (~> 3.1)
capistrano-passenger (0.2.1)
capistrano (~> 3.0)
capistrano-rails (1.6.3)
capistrano-rails (1.7.0)
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capistrano-rvm (0.1.2)
Expand Down Expand Up @@ -308,9 +308,11 @@ GEM
timeout
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-smtp (0.5.0)
net-protocol
net-ssh (7.1.0)
net-ssh (7.3.0)
nio4r (2.7.4)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
Expand Down Expand Up @@ -516,9 +518,12 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sshkit (1.21.5)
sshkit (1.23.2)
base64
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
ostruct
stackprof (0.2.26)
stringio (3.1.2)
swd (2.0.3)
Expand Down Expand Up @@ -576,7 +581,7 @@ DEPENDENCIES
builder (~> 3.3.0)
byebug (~> 11.1.3)
capistrano-passenger (~> 0.2.1)
capistrano-rails (~> 1.6.3)
capistrano-rails (~> 1.7.0)
capistrano-rvm (~> 0.1.2)
capistrano-yarn (~> 2.0.2)
capistrano3-delayed-job (~> 1.7.6)
Expand Down

0 comments on commit 059d358

Please sign in to comment.