Merge pull request #5674 from consuldemocracy/dependabot/bundler/capistrano-bundler-2.1.1

Bump capistrano-bundler from 2.1.0 to 2.1.1
This commit is contained in:
Javi Martín
2024-10-05 19:48:43 +02:00
committed by GitHub
2 changed files with 8 additions and 6 deletions

View File

@@ -86,7 +86,7 @@ end
group :development do group :development do
gem "capistrano", "~> 3.19.1", require: false gem "capistrano", "~> 3.19.1", require: false
gem "capistrano-bundler", "~> 2.1.0", 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
gem "capistrano3-delayed-job", "~> 1.7.6" gem "capistrano3-delayed-job", "~> 1.7.6"

View File

@@ -81,7 +81,7 @@ GEM
airbrake-ruby (~> 6.0) airbrake-ruby (~> 6.0)
airbrake-ruby (6.2.2) airbrake-ruby (6.2.2)
rbtree3 (~> 0.6) rbtree3 (~> 0.6)
airbrussh (1.5.2) airbrussh (1.5.3)
sshkit (>= 1.6.1, != 1.7.0) sshkit (>= 1.6.1, != 1.7.0)
akami (1.3.3) akami (1.3.3)
base64 base64
@@ -115,7 +115,7 @@ GEM
i18n i18n
rake (>= 10.0.0) rake (>= 10.0.0)
sshkit (>= 1.9.0) sshkit (>= 1.9.0)
capistrano-bundler (2.1.0) capistrano-bundler (2.1.1)
capistrano (~> 3.1) capistrano (~> 3.1)
capistrano-npm (1.0.3) capistrano-npm (1.0.3)
capistrano (>= 3.0.0) capistrano (>= 3.0.0)
@@ -370,7 +370,7 @@ GEM
net-ssh (>= 5.0.0, < 8.0.0) net-ssh (>= 5.0.0, < 8.0.0)
net-smtp (0.5.0) net-smtp (0.5.0)
net-protocol net-protocol
net-ssh (7.2.3) net-ssh (7.3.0)
nio4r (2.7.3) nio4r (2.7.3)
nkf (0.2.0) nkf (0.2.0)
nokogiri (1.16.7) nokogiri (1.16.7)
@@ -413,6 +413,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)
parallel (1.26.3) parallel (1.26.3)
paranoia (2.6.3) paranoia (2.6.3)
activerecord (>= 5.1, < 7.2) activerecord (>= 5.1, < 7.2)
@@ -631,11 +632,12 @@ GEM
actionpack (>= 6.1) actionpack (>= 6.1)
activesupport (>= 6.1) activesupport (>= 6.1)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sshkit (1.23.0) sshkit (1.23.1)
base64 base64
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)
ostruct
stringio (3.1.0) stringio (3.1.0)
terminal-table (3.0.2) terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3) unicode-display_width (>= 1.1.1, < 3)
@@ -705,7 +707,7 @@ DEPENDENCIES
bing_translator (~> 6.2.0) bing_translator (~> 6.2.0)
cancancan (~> 3.5.0) cancancan (~> 3.5.0)
capistrano (~> 3.19.1) capistrano (~> 3.19.1)
capistrano-bundler (~> 2.1.0) 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)
capistrano3-delayed-job (~> 1.7.6) capistrano3-delayed-job (~> 1.7.6)