Skip to content

Commit

Permalink
Bump rubocop from 1.63.4 to 1.64.0 (#2958)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.4 to 1.64.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.63.4...v1.64.0)

---
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>
Co-authored-by: Stefanni Brasil <[email protected]>
  • Loading branch information
dependabot[bot] and Stefanni Brasil committed May 28, 2024
1 parent 7309ea1 commit 359e1ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'benchmark'
gem 'minitest', '5.23.1'
gem 'pry', '0.14.2'
gem 'rake', '13.2.1'
gem 'rubocop', '1.63.4'
gem 'rubocop', '1.64.0'
gem 'rubocop-minitest', '0.35.0'
gem 'rubocop-rake', '0.6.0'
gem 'simplecov', '0.22.0'
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.7.3)
racc (1.8.0)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.63.4)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -42,8 +43,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
Expand All @@ -56,6 +57,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
test-unit (3.6.2)
power_assert
timecop (0.9.8)
Expand All @@ -72,7 +74,7 @@ DEPENDENCIES
minitest (= 5.23.1)
pry (= 0.14.2)
rake (= 13.2.1)
rubocop (= 1.63.4)
rubocop (= 1.64.0)
rubocop-minitest (= 0.35.0)
rubocop-rake (= 0.6.0)
simplecov (= 0.22.0)
Expand Down

0 comments on commit 359e1ed

Please sign in to comment.