Skip to content

Commit

Permalink
chore(deps): update dependency capistrano from v3.17.3 to '~> 3.19.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent e8d8d06 commit c406864
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ gem 'responders', '~> 3.0'
gem 'pundit'

group :development do
gem 'capistrano', '~> 3.17.0'
gem 'capistrano', '~> 3.19.0'
gem 'capistrano-ext'
gem 'guard'
gem 'guard-rspec'
Expand Down
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0)
airbrussh (1.4.2)
airbrussh (1.5.2)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
astrolabe (1.3.1)
Expand All @@ -220,7 +220,7 @@ GEM
builder (3.2.4)
calendar_helper (0.2.6)
open4
capistrano (3.17.3)
capistrano (3.19.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand All @@ -247,7 +247,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
crass (1.0.6)
daemons (1.4.1)
database_cleaner (2.0.2)
Expand Down Expand Up @@ -360,7 +360,7 @@ GEM
http-cookie (1.0.6)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.13.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
inherited_resources (1.13.1)
actionpack (>= 5.2, < 7.1)
Expand Down Expand Up @@ -431,7 +431,6 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
mutex_m (0.2.0)
nenv (0.3.0)
net-imap (0.3.7)
date
Expand All @@ -442,9 +441,11 @@ GEM
timeout
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-smtp (0.3.4)
net-protocol
net-ssh (7.0.1)
net-ssh (7.2.3)
netrc (0.11.0)
newrelic_rpm (8.16.0)
nio4r (2.5.9)
Expand Down Expand Up @@ -566,7 +567,7 @@ GEM
thor (~> 1.0)
rainbow (2.2.2)
rake
rake (13.0.6)
rake (13.2.1)
ransack (2.6.0)
activerecord (>= 6.0.4)
activesupport (>= 6.0.4)
Expand Down Expand Up @@ -668,9 +669,10 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
sshkit (1.21.7)
mutex_m
sshkit (1.23.0)
base64
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
strscan (3.1.0)
swd (1.3.0)
Expand Down Expand Up @@ -729,7 +731,7 @@ DEPENDENCIES
breadcrumbs_on_rails
bundler (~> 2.3.22)
calendar_helper (= 0.2.6)
capistrano (~> 3.17.0)
capistrano (~> 3.19.0)
capistrano-ext
capybara (~> 3.39.0)
chouette-projects-i18n!
Expand Down

0 comments on commit c406864

Please sign in to comment.