Skip to content

Commit 597ad19

Browse files
build(deps-dev): update rubocop requirement from = 1.66.1 to = 1.67.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.66.1...v1.67.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 32c9e2f commit 597ad19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ GEM
7676
rainbow (3.1.1)
7777
rake (13.2.1)
7878
regexp_parser (2.9.2)
79-
rubocop (1.66.1)
79+
rubocop (1.67.0)
8080
json (~> 2.3)
8181
language_server-protocol (>= 3.17.0)
8282
parallel (~> 1.10)
@@ -104,7 +104,7 @@ GEM
104104
smart_properties (1.17.0)
105105
tzinfo (2.0.6)
106106
concurrent-ruby (~> 1.0)
107-
unicode-display_width (2.5.0)
107+
unicode-display_width (2.6.0)
108108

109109
PLATFORMS
110110
ruby
@@ -115,7 +115,7 @@ DEPENDENCIES
115115
minitest (~> 5.25.1)
116116
mocha (~> 2.4.0)
117117
rake (~> 13.2.1)
118-
rubocop (= 1.66.1)
118+
rubocop (= 1.67.0)
119119
rubocop-github (~> 0.20.0)
120120

121121
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.66.1"
24+
s.add_development_dependency "rubocop", "= 1.67.0"
2525
s.add_development_dependency "rubocop-github", "~> 0.20.0"
2626
s.metadata["rubygems_mfa_required"] = "true"
2727

0 commit comments

Comments
 (0)