Skip to content

Commit 7d0212e

Browse files
Update rubocop requirement from = 1.64.0 to = 1.64.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.64.0...v1.64.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 25733cf commit 7d0212e

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
@@ -51,7 +51,7 @@ GEM
5151
mini_portile2 (~> 2.8.2)
5252
racc (~> 1.4)
5353
parallel (1.24.0)
54-
parser (3.3.1.0)
54+
parser (3.3.2.0)
5555
ast (~> 2.4.1)
5656
racc
5757
racc (1.8.0)
@@ -68,7 +68,7 @@ GEM
6868
regexp_parser (2.9.2)
6969
rexml (3.2.8)
7070
strscan (>= 3.0.9)
71-
rubocop (1.64.0)
71+
rubocop (1.64.1)
7272
json (~> 2.3)
7373
language_server-protocol (>= 3.17.0)
7474
parallel (~> 1.10)
@@ -109,7 +109,7 @@ DEPENDENCIES
109109
minitest (~> 5.23.0)
110110
mocha (~> 2.3.0)
111111
rake (~> 13.2.1)
112-
rubocop (= 1.64.0)
112+
rubocop (= 1.64.1)
113113
rubocop-github (~> 0.20.0)
114114

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

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

0 commit comments

Comments
 (0)