Skip to content

Commit

Permalink
Merge pull request #769 from voc/dependabot/bundler/capistrano-3.19.2
Browse files Browse the repository at this point in the history
Bump capistrano from 3.17.3 to 3.19.2
  • Loading branch information
danimo authored Jan 17, 2025
2 parents 6a453cd + 44d82a5 commit b64dd91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'puma_worker_killer'

group :development do
gem 'bullet'
gem 'capistrano', '~> 3.17.1', group: :capistrano, require: false
gem 'capistrano', '~> 3.19.2', group: :capistrano, require: false
gem 'capistrano-rvm', require: false
gem 'capistrano-rails', require: false
gem 'capistrano-bundler', require: false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GEM
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
capistrano (3.17.3)
capistrano (3.19.2)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -319,7 +319,7 @@ GEM
racc (~> 1.4)
openssl (3.2.0)
orm_adapter (0.5.0)
ostruct (0.6.0)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -476,7 +476,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sshkit (1.23.1)
sshkit (1.23.2)
base64
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
Expand Down Expand Up @@ -523,7 +523,7 @@ DEPENDENCIES
bcrypt_pbkdf
bootstrap-sass (~> 3.4.1)
bullet
capistrano (~> 3.17.1)
capistrano (~> 3.19.2)
capistrano-bundler
capistrano-rails
capistrano-rvm
Expand Down

0 comments on commit b64dd91

Please sign in to comment.