Skip to content

Commit 4eb636a

Browse files
Update rubocop requirement from = 1.61.0 to = 1.62.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.61.0...v1.62.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 0143c53 commit 4eb636a

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
@@ -67,18 +67,18 @@ GEM
6767
rake (13.1.0)
6868
regexp_parser (2.9.0)
6969
rexml (3.2.6)
70-
rubocop (1.61.0)
70+
rubocop (1.62.0)
7171
json (~> 2.3)
7272
language_server-protocol (>= 3.17.0)
7373
parallel (~> 1.10)
7474
parser (>= 3.3.0.2)
7575
rainbow (>= 2.2.2, < 4.0)
7676
regexp_parser (>= 1.8, < 3.0)
7777
rexml (>= 3.2.5, < 4.0)
78-
rubocop-ast (>= 1.30.0, < 2.0)
78+
rubocop-ast (>= 1.31.1, < 2.0)
7979
ruby-progressbar (~> 1.7)
8080
unicode-display_width (>= 2.4.0, < 3.0)
81-
rubocop-ast (1.31.1)
81+
rubocop-ast (1.31.2)
8282
parser (>= 3.3.0.4)
8383
rubocop-github (0.20.0)
8484
rubocop (>= 1.37)
@@ -107,7 +107,7 @@ DEPENDENCIES
107107
minitest (~> 5.22.2)
108108
mocha (~> 2.1.0)
109109
rake (~> 13.1.0)
110-
rubocop (= 1.61.0)
110+
rubocop (= 1.62.0)
111111
rubocop-github (~> 0.20.0)
112112

113113
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.1.0"
2222
s.add_development_dependency "rake", "~> 13.1.0"
2323

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

0 commit comments

Comments
 (0)