Skip to content

Commit

Permalink
Bump capistrano-rails from 1.6.2 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.2 to 1.7.0.
- [Release notes](https://github.com/capistrano/rails/releases)
- [Commits](capistrano/rails@v1.6.2...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 Feb 22, 2025
1 parent 8cd92b1 commit 8c48de4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ group :development do
gem "capistrano", "~> 3.17"
gem "capistrano-asdf"
gem "capistrano-passenger"
gem "capistrano-rails", "~> 1.6"
gem "capistrano-rails", "~> 1.7"

# Rubocop so we're all on the same level <3
gem "rubocop-rails"
Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
airbrussh (1.5.2)
airbrussh (1.5.3)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
base64 (0.2.0)
Expand All @@ -89,11 +89,11 @@ GEM
capistrano-asdf (1.0.0)
capistrano (~> 3.0)
sshkit (~> 1.2)
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.2)
capistrano-rails (1.7.0)
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capybara (3.40.0)
Expand All @@ -106,7 +106,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (4.1.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.5)
crass (1.0.6)
cssbundling-rails (1.1.1)
railties (>= 6.0.0)
Expand Down Expand Up @@ -149,7 +149,7 @@ GEM
globalid (1.0.0)
activesupport (>= 5.0)
hashie (5.0.0)
i18n (1.14.5)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
importmap-rails (1.1.5)
actionpack (>= 6.0.0)
Expand Down Expand Up @@ -182,7 +182,6 @@ GEM
msgpack (1.6.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.2.0)
mysql2 (0.5.4)
net-http (0.6.0)
uri
Expand All @@ -196,15 +195,15 @@ GEM
timeout
net-protocol (0.1.3)
timeout
net-scp (4.0.0)
net-scp (4.1.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.3.1)
digest
net-protocol
timeout
net-ssh (7.2.3)
net-ssh (7.3.0)
nio4r (2.7.4)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
Expand Down Expand Up @@ -232,6 +231,7 @@ GEM
omniauth-zeuswpi (1.1.0)
omniauth-oauth2 (~> 1.7.1)
orm_adapter (0.5.0)
ostruct (0.6.1)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -360,12 +360,13 @@ GEM
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sshkit (1.22.2)
sshkit (1.24.0)
base64
mutex_m
logger
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
ostruct
stackprof (0.2.26)
stimulus-rails (1.1.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -414,7 +415,7 @@ DEPENDENCIES
capistrano (~> 3.17)
capistrano-asdf
capistrano-passenger
capistrano-rails (~> 1.6)
capistrano-rails (~> 1.7)
capybara
cssbundling-rails (~> 1.1)
database_cleaner-active_record
Expand Down

0 comments on commit 8c48de4

Please sign in to comment.