Skip to content

Commit

Permalink
Bump Rubocop, Capistrano
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed May 26, 2024
1 parent 9e0c23f commit f6c7823
Showing 1 changed file with 32 additions and 22 deletions.
54 changes: 32 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
airbrussh (1.4.1)
airbrussh (1.5.2)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.16)
bcrypt_pbkdf (1.1.0)
bindex (0.8.1)
Expand All @@ -79,7 +80,7 @@ GEM
builder (3.2.4)
byebug (11.1.3)
cancancan (3.4.0)
capistrano (3.17.1)
capistrano (3.18.1)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand All @@ -104,7 +105,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (4.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.3)
crass (1.0.6)
cssbundling-rails (1.1.1)
railties (>= 6.0.0)
Expand Down Expand Up @@ -145,7 +146,7 @@ GEM
globalid (1.0.0)
activesupport (>= 5.0)
hashie (5.0.0)
i18n (1.12.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
importmap-rails (1.1.5)
actionpack (>= 6.0.0)
Expand All @@ -158,10 +159,11 @@ GEM
activesupport (>= 5.0.0)
jsbundling-rails (1.0.3)
railties (>= 6.0.0)
json (2.6.2)
json (2.7.2)
json-schema (3.0.0)
addressable (>= 2.8)
jwt (2.4.1)
language_server-protocol (3.17.0.3)
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -175,6 +177,7 @@ GEM
minitest (5.16.3)
msgpack (1.6.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
mysql2 (0.5.4)
net-imap (0.2.3)
digest
Expand All @@ -186,13 +189,15 @@ GEM
timeout
net-protocol (0.1.3)
timeout
net-scp (1.2.1)
net-ssh (>= 2.6.5)
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.1)
digest
net-protocol
timeout
net-ssh (7.0.1)
net-ssh (7.2.3)
nio4r (2.7.3)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
Expand All @@ -217,9 +222,10 @@ GEM
omniauth-zeuswpi (1.0.0)
omniauth-oauth2 (~> 1.7.1)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.1.2.1)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
public_suffix (5.0.0)
puma (6.0.0)
nio4r (~> 2.0)
Expand Down Expand Up @@ -260,16 +266,16 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
rake (13.2.1)
rash_alt (0.4.12)
hashie (>= 3.4)
regexp_parser (2.6.0)
regexp_parser (2.9.2)
reline (0.3.1)
io-console (~> 0.5)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.5)
rexml (3.2.6)
rolify (6.0.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
Expand Down Expand Up @@ -298,25 +304,26 @@ GEM
rswag-ui (2.7.0)
actionpack (>= 3.1, < 7.1)
railties (>= 3.1, < 7.1)
rubocop (1.37.0)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.22.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.23.0)
parser (>= 3.1.1.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rails (2.17.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.13.2)
rubocop (~> 1.33)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.5.0)
Expand All @@ -339,8 +346,11 @@ GEM
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sshkit (1.21.3)
sshkit (1.22.2)
base64
mutex_m
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
stackprof (0.2.26)
stimulus-rails (1.1.0)
Expand All @@ -354,7 +364,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
unicode-display_width (2.5.0)
version_gem (1.1.0)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down

0 comments on commit f6c7823

Please sign in to comment.