Skip to content

Commit 1e61df9

Browse files
build(deps-dev): update rubocop requirement from = 1.65.1 to = 1.66.0
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [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.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0827b47 commit 1e61df9

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

Gemfile.lock

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ GEM
6060
nokogiri (1.16.7)
6161
mini_portile2 (~> 2.8.2)
6262
racc (~> 1.4)
63-
parallel (1.25.1)
64-
parser (3.3.4.0)
63+
parallel (1.26.3)
64+
parser (3.3.4.2)
6565
ast (~> 2.4.1)
6666
racc
6767
racc (1.8.1)
@@ -76,20 +76,17 @@ GEM
7676
rainbow (3.1.1)
7777
rake (13.2.1)
7878
regexp_parser (2.9.2)
79-
rexml (3.3.6)
80-
strscan
81-
rubocop (1.65.1)
79+
rubocop (1.66.0)
8280
json (~> 2.3)
8381
language_server-protocol (>= 3.17.0)
8482
parallel (~> 1.10)
8583
parser (>= 3.3.0.2)
8684
rainbow (>= 2.2.2, < 4.0)
8785
regexp_parser (>= 2.4, < 3.0)
88-
rexml (>= 3.2.5, < 4.0)
89-
rubocop-ast (>= 1.31.1, < 2.0)
86+
rubocop-ast (>= 1.32.1, < 2.0)
9087
ruby-progressbar (~> 1.7)
9188
unicode-display_width (>= 2.4.0, < 3.0)
92-
rubocop-ast (1.31.3)
89+
rubocop-ast (1.32.1)
9390
parser (>= 3.3.1.0)
9491
rubocop-github (0.20.0)
9592
rubocop (>= 1.37)
@@ -105,7 +102,6 @@ GEM
105102
ruby-progressbar (1.13.0)
106103
ruby2_keywords (0.0.5)
107104
smart_properties (1.17.0)
108-
strscan (3.1.0)
109105
tzinfo (2.0.6)
110106
concurrent-ruby (~> 1.0)
111107
unicode-display_width (2.5.0)
@@ -119,7 +115,7 @@ DEPENDENCIES
119115
minitest (~> 5.25.1)
120116
mocha (~> 2.4.0)
121117
rake (~> 13.2.1)
122-
rubocop (= 1.65.1)
118+
rubocop (= 1.66.0)
123119
rubocop-github (~> 0.20.0)
124120

125121
BUNDLED WITH

erblint-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121
s.add_development_dependency "mocha", "~> 2.4.0"
2222
s.add_development_dependency "rake", "~> 13.2.1"
2323

24-
s.add_development_dependency "rubocop", "= 1.65.1"
24+
s.add_development_dependency "rubocop", "= 1.66.0"
2525
s.add_development_dependency "rubocop-github", "~> 0.20.0"
2626
s.metadata["rubygems_mfa_required"] = "true"
2727

0 commit comments

Comments
 (0)