Skip to content

Commit

Permalink
Bump rubocop from 0.38.0 to 1.57.1
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.38.0 to 1.57.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.38.0...v1.57.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 15, 2023
1 parent e9ab295 commit 9cd26fd
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@ GEM
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.2.0)
ast (2.4.2)
bacon (1.2.0)
base64 (0.1.1)
codeclimate-test-reporter (0.4.1)
simplecov (>= 0.7.1, < 1.0.0)
crack (0.4.2)
safe_yaml (~> 1.0.0)
docile (1.1.5)
ffi (1.13.1)
json (2.6.3)
kicker (3.0.0)
listen (~> 1.3.0)
notify (~> 0.5.2)
language_server-protocol (3.17.0.3)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
Expand All @@ -31,34 +34,45 @@ GEM
mocha (>= 0.13.0)
multi_json (1.10.1)
notify (0.5.2)
parser (2.3.0.6)
ast (~> 2.2)
powerpack (0.1.1)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
prettybacon (0.0.2)
bacon (~> 1.2)
public_suffix (4.0.6)
rainbow (2.1.0)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.1)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rb-kqueue (0.2.3)
ffi (>= 0.5.0)
regexp_parser (2.8.2)
rexml (3.2.5)
rubocop (0.38.0)
parser (>= 2.3.0.6, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.7.5)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
safe_yaml (1.0.4)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
unicode-display_width (1.7.0)
unicode-display_width (2.5.0)
vcr (2.9.3)
webmock (1.8.11)
addressable (>= 2.2.7)
Expand Down

0 comments on commit 9cd26fd

Please sign in to comment.