Skip to content

Commit 28c78a7

Browse files
build(deps-dev): update rubocop requirement from = 1.69.1 to = 1.69.2
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.69.1...v1.69.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e504d23 commit 28c78a7

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
@@ -76,7 +76,7 @@ GEM
7676
rainbow (3.1.1)
7777
rake (13.2.1)
7878
regexp_parser (2.9.3)
79-
rubocop (1.69.1)
79+
rubocop (1.69.2)
8080
json (~> 2.3)
8181
language_server-protocol (>= 3.17.0)
8282
parallel (~> 1.10)
@@ -86,7 +86,7 @@ GEM
8686
rubocop-ast (>= 1.36.2, < 2.0)
8787
ruby-progressbar (~> 1.7)
8888
unicode-display_width (>= 2.4.0, < 4.0)
89-
rubocop-ast (1.36.2)
89+
rubocop-ast (1.37.0)
9090
parser (>= 3.3.1.0)
9191
rubocop-github (0.20.0)
9292
rubocop (>= 1.37)
@@ -117,7 +117,7 @@ DEPENDENCIES
117117
minitest (~> 5.25.1)
118118
mocha (~> 2.7.0)
119119
rake (~> 13.2.1)
120-
rubocop (= 1.69.1)
120+
rubocop (= 1.69.2)
121121
rubocop-github (~> 0.20.0)
122122

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

0 commit comments

Comments
 (0)