Skip to content

Commit

Permalink
Bump rubocop from 1.56.4 to 1.57.1 (#2839)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.4 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@v1.56.4...v1.57.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2023
1 parent 67e6511 commit 50963ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gemspec
gem 'minitest', '5.20.0'
gem 'pry', '0.14.2'
gem 'rake', '13.0.6'
gem 'rubocop', '1.56.4'
gem 'rubocop', '1.57.1'
gem 'rubocop-minitest', '0.32.2'
gem 'rubocop-rake', '0.6.0'
gem 'simplecov', '0.22.0'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
method_source (1.0.0)
minitest (5.20.0)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
Expand All @@ -29,14 +29,14 @@ GEM
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.56.4)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -59,7 +59,7 @@ GEM
test-unit (3.6.1)
power_assert
timecop (0.9.8)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
yard (0.9.34)

PLATFORMS
Expand All @@ -70,7 +70,7 @@ DEPENDENCIES
minitest (= 5.20.0)
pry (= 0.14.2)
rake (= 13.0.6)
rubocop (= 1.56.4)
rubocop (= 1.57.1)
rubocop-minitest (= 0.32.2)
rubocop-rake (= 0.6.0)
simplecov (= 0.22.0)
Expand Down

0 comments on commit 50963ec

Please sign in to comment.