Skip to content

Commit

Permalink
Merge pull request #357 from onetimesecret/renovate/rubocop-1.55.x-lo…
Browse files Browse the repository at this point in the history
…ckfile

Update dependency rubocop to v1.55.1
  • Loading branch information
delano committed May 30, 2024
2 parents 30912ef + c049245 commit c51b809
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ GEM
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
Expand All @@ -53,7 +54,7 @@ GEM
addressable (>= 2.2.6)
rack (>= 1.2.1)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -63,26 +64,27 @@ GEM
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (5.0.5)
racc (1.7.3)
racc (1.8.0)
rack (2.2.9)
rainbow (3.1.1)
rake (13.0.6)
redis (4.8.1)
regexp_parser (2.9.0)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rubocop (1.50.2)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
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.28.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-dap (0.1.3)
ruby-progressbar (1.13.0)
ruby_http_client (3.5.5)
Expand Down

0 comments on commit c51b809

Please sign in to comment.