Skip to content

Commit

Permalink
Bump Capistrano
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jan 31, 2024
1 parent 1a8c816 commit d40ef13
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
airbrussh (1.4.1)
airbrussh (1.5.1)
sshkit (>= 1.6.1, != 1.7.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
Expand All @@ -93,7 +93,7 @@ GEM
msgpack (~> 1.2)
builder (3.2.4)
cancancan (3.5.0)
capistrano (3.17.2)
capistrano (3.18.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand All @@ -112,7 +112,7 @@ GEM
chronic (0.10.2)
chunky_png (1.4.0)
cliver (0.3.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.0)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -148,7 +148,7 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.13.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
iban-tools (1.1.0)
icalendar (2.8.0)
Expand Down Expand Up @@ -187,6 +187,7 @@ GEM
msgpack (1.7.0)
multi_json (1.15.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
mysql2 (0.5.5)
net-imap (0.3.4)
date
Expand All @@ -197,9 +198,11 @@ GEM
timeout
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-smtp (0.3.3)
net-protocol
net-ssh (7.1.0)
net-ssh (7.2.1)
nio4r (2.5.9)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
Expand Down Expand Up @@ -290,7 +293,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -380,8 +383,10 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sshkit (1.21.4)
sshkit (1.22.0)
mutex_m
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
stringio (3.0.5)
thor (1.2.1)
Expand Down

0 comments on commit d40ef13

Please sign in to comment.