Bump capistrano from 3.19.1 to 3.19.2

Note we aren't updating concurrent-ruby (which Dependabot would have
updated) due to an incompatibility with Rails 7.0.

Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.19.1 to 3.19.2.
- [Release notes](https://github.com/capistrano/capistrano/releases)
- [Commits](https://github.com/capistrano/capistrano/compare/v3.19.1...v3.19.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-01 22:06:03 +00:00
committed by Javi Martín
parent 8e4c61fbb1
commit f4ea8137e5
2 changed files with 7 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ group :test do
end end
group :development do group :development do
gem "capistrano", "~> 3.19.1", require: false gem "capistrano", "~> 3.19.2", require: false
gem "capistrano-bundler", "~> 2.1.1", require: false gem "capistrano-bundler", "~> 2.1.1", require: false
gem "capistrano-npm", "~> 1.0.3", require: false gem "capistrano-npm", "~> 1.0.3", require: false
gem "capistrano-rails", "~> 1.6.3", require: false gem "capistrano-rails", "~> 1.6.3", require: false

View File

@@ -111,7 +111,7 @@ GEM
json json
builder (3.3.0) builder (3.3.0)
cancancan (3.6.1) cancancan (3.6.1)
capistrano (3.19.1) capistrano (3.19.2)
airbrussh (>= 1.0.0) airbrussh (>= 1.0.0)
i18n i18n
rake (>= 10.0.0) rake (>= 10.0.0)
@@ -379,7 +379,7 @@ GEM
net-protocol net-protocol
net-protocol (0.2.2) net-protocol (0.2.2)
timeout timeout
net-scp (4.0.0) net-scp (4.1.0)
net-ssh (>= 2.6.5, < 8.0.0) net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0) net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0) net-ssh (>= 5.0.0, < 8.0.0)
@@ -429,7 +429,7 @@ GEM
omniauth-oauth (~> 1.1) omniauth-oauth (~> 1.1)
rack rack
orm_adapter (0.5.0) orm_adapter (0.5.0)
ostruct (0.6.0) ostruct (0.6.1)
parallel (1.26.3) parallel (1.26.3)
paranoia (3.0.0) paranoia (3.0.0)
activerecord (>= 6, < 8.1) activerecord (>= 6, < 8.1)
@@ -647,8 +647,9 @@ GEM
actionpack (>= 6.1) actionpack (>= 6.1)
activesupport (>= 6.1) activesupport (>= 6.1)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sshkit (1.23.1) sshkit (1.24.0)
base64 base64
logger
net-scp (>= 1.1.2) net-scp (>= 1.1.2)
net-sftp (>= 2.1.2) net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0) net-ssh (>= 2.8.0)
@@ -721,7 +722,7 @@ DEPENDENCIES
autoprefixer-rails (~> 10.4.19) autoprefixer-rails (~> 10.4.19)
bing_translator (~> 6.2.0) bing_translator (~> 6.2.0)
cancancan (~> 3.6.1) cancancan (~> 3.6.1)
capistrano (~> 3.19.1) capistrano (~> 3.19.2)
capistrano-bundler (~> 2.1.1) capistrano-bundler (~> 2.1.1)
capistrano-npm (~> 1.0.3) capistrano-npm (~> 1.0.3)
capistrano-rails (~> 1.6.3) capistrano-rails (~> 1.6.3)