Skip to content

Commit 525453e

Browse files
Update rubocop requirement from = 1.52.1 to = 1.53.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.52.1...v1.53.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 96a8923 commit 525453e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ GEM
3939
i18n (1.13.0)
4040
concurrent-ruby (~> 1.0)
4141
json (2.6.3)
42+
language_server-protocol (3.17.0.3)
4243
loofah (2.21.3)
4344
crass (~> 1.0.2)
4445
nokogiri (>= 1.12.0)
@@ -53,7 +54,7 @@ GEM
5354
parser (3.2.2.3)
5455
ast (~> 2.4.1)
5556
racc
56-
racc (1.6.2)
57+
racc (1.7.1)
5758
rack (3.0.4.1)
5859
rails-dom-testing (2.0.3)
5960
activesupport (>= 4.2.0)
@@ -65,8 +66,9 @@ GEM
6566
rake (13.0.6)
6667
regexp_parser (2.8.1)
6768
rexml (3.2.5)
68-
rubocop (1.52.1)
69+
rubocop (1.53.0)
6970
json (~> 2.3)
71+
language_server-protocol (>= 3.17.0)
7072
parallel (~> 1.10)
7173
parser (>= 3.2.2.3)
7274
rainbow (>= 2.2.2, < 4.0)
@@ -104,7 +106,7 @@ DEPENDENCIES
104106
minitest (~> 5.18.0)
105107
mocha (~> 2.0.2)
106108
rake (~> 13.0.6)
107-
rubocop (= 1.52.1)
109+
rubocop (= 1.53.0)
108110
rubocop-github (~> 0.20.0)
109111

110112
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.0.2"
2222
s.add_development_dependency "rake", "~> 13.0.6"
2323

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

0 commit comments

Comments
 (0)