Skip to content

Commit 069676a

Browse files
Update rubocop requirement from = 1.52.0 to = 1.52.1
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.0...v1.52.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4646f0 commit 069676a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ GEM
5050
mini_portile2 (~> 2.8.2)
5151
racc (~> 1.4)
5252
parallel (1.23.0)
53-
parser (3.2.2.1)
53+
parser (3.2.2.3)
5454
ast (~> 2.4.1)
55+
racc
5556
racc (1.6.2)
5657
rack (3.0.4.1)
5758
rails-dom-testing (2.0.3)
@@ -62,12 +63,12 @@ GEM
6263
nokogiri (~> 1.14)
6364
rainbow (3.1.1)
6465
rake (13.0.6)
65-
regexp_parser (2.8.0)
66+
regexp_parser (2.8.1)
6667
rexml (3.2.5)
67-
rubocop (1.52.0)
68+
rubocop (1.52.1)
6869
json (~> 2.3)
6970
parallel (~> 1.10)
70-
parser (>= 3.2.0.0)
71+
parser (>= 3.2.2.3)
7172
rainbow (>= 2.2.2, < 4.0)
7273
regexp_parser (>= 1.8, < 3.0)
7374
rexml (>= 3.2.5, < 4.0)
@@ -103,7 +104,7 @@ DEPENDENCIES
103104
minitest (~> 5.18.0)
104105
mocha (~> 2.0.2)
105106
rake (~> 13.0.6)
106-
rubocop (= 1.52.0)
107+
rubocop (= 1.52.1)
107108
rubocop-github (~> 0.20.0)
108109

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

0 commit comments

Comments
 (0)