Skip to content

Commit

Permalink
Update dependency rubocop to v1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent dd02344 commit e29a250
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ GEM
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.6.0)
json (2.6.3)
listen (3.5.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -57,28 +58,30 @@ GEM
multipart-post (2.1.1)
naught (1.1.0)
nio4r (2.5.7)
parallel (1.20.1)
parser (3.0.0.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
public_suffix (4.0.6)
puma (5.2.2)
nio4r (~> 2.0)
racc (1.7.1)
rack (1.6.13)
rack-cors (1.0.6)
rack (>= 1.6.0)
rack-protection (1.5.5)
rack
rack-test (0.6.3)
rack (>= 1.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (10.5.0)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
regexp_parser (2.8.2)
rerun (0.13.1)
listen (~> 3.0)
rexml (3.2.4)
rexml (3.2.6)
ripl (0.7.1)
bond (~> 0.5.1)
ripl-multi_line (0.3.1)
Expand All @@ -87,18 +90,19 @@ GEM
rack (>= 1.0)
rack-test (~> 0.6.2)
ripl (>= 0.7.0)
rubocop (1.12.0)
rubocop (1.50.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
ruby-progressbar (1.11.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
rubypants (0.7.1)
sass (3.4.25)
simple_oauth (0.3.1)
Expand Down Expand Up @@ -147,7 +151,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.0.0)
unicode-display_width (2.5.0)

PLATFORMS
ruby
Expand Down

0 comments on commit e29a250

Please sign in to comment.