Skip to content

Commit 9df77c2

Browse files
chore(deps): update dependency capistrano from v3.17.3 to '~> 3.19.0'
1 parent 87d69f9 commit 9df77c2

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ gem 'responders', '~> 3.0'
128128
gem 'pundit'
129129

130130
group :development do
131-
gem 'capistrano', '~> 3.17.0'
131+
gem 'capistrano', '~> 3.19.0'
132132
gem 'capistrano-ext'
133133
gem 'guard'
134134
gem 'guard-rspec'

Gemfile.lock

+12-8
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ GEM
197197
addressable (2.8.7)
198198
public_suffix (>= 2.0.2, < 7.0)
199199
aes_key_wrap (1.1.0)
200-
airbrussh (1.4.2)
200+
airbrussh (1.5.3)
201201
sshkit (>= 1.6.1, != 1.7.0)
202202
ast (2.4.2)
203203
astrolabe (1.3.1)
@@ -220,7 +220,7 @@ GEM
220220
builder (3.2.4)
221221
calendar_helper (0.2.6)
222222
open4
223-
capistrano (3.17.3)
223+
capistrano (3.19.2)
224224
airbrussh (>= 1.0.0)
225225
i18n
226226
rake (>= 10.0.0)
@@ -432,7 +432,6 @@ GEM
432432
multi_json (1.15.0)
433433
multi_xml (0.6.0)
434434
multipart-post (2.3.0)
435-
mutex_m (0.2.0)
436435
nenv (0.3.0)
437436
net-imap (0.3.7)
438437
date
@@ -443,9 +442,11 @@ GEM
443442
timeout
444443
net-scp (1.2.1)
445444
net-ssh (>= 2.6.5)
445+
net-sftp (2.1.2)
446+
net-ssh (>= 2.6.5)
446447
net-smtp (0.3.4)
447448
net-protocol
448-
net-ssh (7.0.1)
449+
net-ssh (7.3.0)
449450
netrc (0.11.0)
450451
newrelic_rpm (8.16.0)
451452
nio4r (2.5.9)
@@ -492,6 +493,7 @@ GEM
492493
validate_url
493494
webfinger (>= 1.0.1)
494495
orm_adapter (0.5.0)
496+
ostruct (0.6.1)
495497
parallel (1.22.1)
496498
parser (2.7.2.0)
497499
ast (~> 2.4.1)
@@ -567,7 +569,7 @@ GEM
567569
thor (~> 1.0)
568570
rainbow (2.2.2)
569571
rake
570-
rake (13.0.6)
572+
rake (13.2.1)
571573
ransack (2.6.0)
572574
activerecord (>= 6.0.4)
573575
activesupport (>= 6.0.4)
@@ -668,10 +670,12 @@ GEM
668670
sprockets (>= 3.0.0)
669671
sqlite3 (1.6.9)
670672
mini_portile2 (~> 2.8.0)
671-
sshkit (1.21.7)
672-
mutex_m
673+
sshkit (1.23.2)
674+
base64
673675
net-scp (>= 1.1.2)
676+
net-sftp (>= 2.1.2)
674677
net-ssh (>= 2.8.0)
678+
ostruct
675679
swd (1.3.0)
676680
activesupport (>= 3)
677681
attr_required (>= 0.0.5)
@@ -728,7 +732,7 @@ DEPENDENCIES
728732
breadcrumbs_on_rails
729733
bundler (~> 2.3.22)
730734
calendar_helper (= 0.2.6)
731-
capistrano (~> 3.17.0)
735+
capistrano (~> 3.19.0)
732736
capistrano-ext
733737
capybara (~> 3.39.0)
734738
chouette-projects-i18n!

0 commit comments

Comments
 (0)