Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent bd0f782 commit 7490fac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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.25.1'
gem 'pry', '0.14.2'
gem 'rake', '13.2.1'
gem 'rubocop', '1.65.1'
gem 'rubocop', '1.66.1'
gem 'rubocop-minitest', '0.36.0'
gem 'rubocop-rake', '0.6.0'
gem 'simplecov', '0.22.0'
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,14 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.7)
rubocop (1.65.1)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
Expand All @@ -59,7 +57,7 @@ GEM
test-unit (3.6.2)
power_assert
timecop (0.9.10)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
yard (0.9.36)

PLATFORMS
Expand All @@ -72,7 +70,7 @@ DEPENDENCIES
minitest (= 5.25.1)
pry (= 0.14.2)
rake (= 13.2.1)
rubocop (= 1.65.1)
rubocop (= 1.66.1)
rubocop-minitest (= 0.36.0)
rubocop-rake (= 0.6.0)
simplecov (= 0.22.0)
Expand Down

0 comments on commit 7490fac

Please sign in to comment.