Skip to content

Commit 32c6a03

Browse files
build(deps-dev): update rubocop requirement from = 1.70.0 to = 1.71.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.70.0...v1.71.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 2054735 commit 32c6a03

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ GEM
6666
mini_portile2 (~> 2.8.2)
6767
racc (~> 1.4)
6868
parallel (1.26.3)
69-
parser (3.3.6.0)
69+
parser (3.3.7.0)
7070
ast (~> 2.4.1)
7171
racc
7272
racc (1.8.1)
@@ -81,7 +81,7 @@ GEM
8181
rainbow (3.1.1)
8282
rake (13.2.1)
8383
regexp_parser (2.10.0)
84-
rubocop (1.70.0)
84+
rubocop (1.71.0)
8585
json (~> 2.3)
8686
language_server-protocol (>= 3.17.0)
8787
parallel (~> 1.10)
@@ -110,7 +110,7 @@ GEM
110110
smart_properties (1.17.0)
111111
tzinfo (2.0.6)
112112
concurrent-ruby (~> 1.0)
113-
unicode-display_width (3.1.3)
113+
unicode-display_width (3.1.4)
114114
unicode-emoji (~> 4.0, >= 4.0.4)
115115
unicode-emoji (4.0.4)
116116

@@ -123,7 +123,7 @@ DEPENDENCIES
123123
minitest (~> 5.25.1)
124124
mocha (~> 2.7.0)
125125
rake (~> 13.2.1)
126-
rubocop (= 1.70.0)
126+
rubocop (= 1.71.0)
127127
rubocop-github (~> 0.20.0)
128128

129129
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.7.0"
2222
s.add_development_dependency "rake", "~> 13.2.1"
2323

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

0 commit comments

Comments
 (0)