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:
committed by
Javi Martín
parent
8e4c61fbb1
commit
f4ea8137e5
2
Gemfile
2
Gemfile
@@ -87,7 +87,7 @@ group :test do
|
||||
end
|
||||
|
||||
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-npm", "~> 1.0.3", require: false
|
||||
gem "capistrano-rails", "~> 1.6.3", require: false
|
||||
|
||||
11
Gemfile.lock
11
Gemfile.lock
@@ -111,7 +111,7 @@ GEM
|
||||
json
|
||||
builder (3.3.0)
|
||||
cancancan (3.6.1)
|
||||
capistrano (3.19.1)
|
||||
capistrano (3.19.2)
|
||||
airbrussh (>= 1.0.0)
|
||||
i18n
|
||||
rake (>= 10.0.0)
|
||||
@@ -379,7 +379,7 @@ GEM
|
||||
net-protocol
|
||||
net-protocol (0.2.2)
|
||||
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)
|
||||
@@ -429,7 +429,7 @@ GEM
|
||||
omniauth-oauth (~> 1.1)
|
||||
rack
|
||||
orm_adapter (0.5.0)
|
||||
ostruct (0.6.0)
|
||||
ostruct (0.6.1)
|
||||
parallel (1.26.3)
|
||||
paranoia (3.0.0)
|
||||
activerecord (>= 6, < 8.1)
|
||||
@@ -647,8 +647,9 @@ GEM
|
||||
actionpack (>= 6.1)
|
||||
activesupport (>= 6.1)
|
||||
sprockets (>= 3.0.0)
|
||||
sshkit (1.23.1)
|
||||
sshkit (1.24.0)
|
||||
base64
|
||||
logger
|
||||
net-scp (>= 1.1.2)
|
||||
net-sftp (>= 2.1.2)
|
||||
net-ssh (>= 2.8.0)
|
||||
@@ -721,7 +722,7 @@ DEPENDENCIES
|
||||
autoprefixer-rails (~> 10.4.19)
|
||||
bing_translator (~> 6.2.0)
|
||||
cancancan (~> 3.6.1)
|
||||
capistrano (~> 3.19.1)
|
||||
capistrano (~> 3.19.2)
|
||||
capistrano-bundler (~> 2.1.1)
|
||||
capistrano-npm (~> 1.0.3)
|
||||
capistrano-rails (~> 1.6.3)
|
||||
|
||||
Reference in New Issue
Block a user