Skip to content

Commit 066e42e

Browse files
build(deps-dev): update rubocop requirement from = 1.69.0 to = 1.69.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.69.0...v1.69.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 2611585 commit 066e42e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
erubi (1.13.0)
4848
i18n (1.14.6)
4949
concurrent-ruby (~> 1.0)
50-
json (2.8.2)
50+
json (2.9.0)
5151
language_server-protocol (3.17.0.3)
5252
loofah (2.23.1)
5353
crass (~> 1.0.2)
@@ -76,14 +76,14 @@ GEM
7676
rainbow (3.1.1)
7777
rake (13.2.1)
7878
regexp_parser (2.9.3)
79-
rubocop (1.69.0)
79+
rubocop (1.69.1)
8080
json (~> 2.3)
8181
language_server-protocol (>= 3.17.0)
8282
parallel (~> 1.10)
8383
parser (>= 3.3.0.2)
8484
rainbow (>= 2.2.2, < 4.0)
85-
regexp_parser (>= 2.4, < 3.0)
86-
rubocop-ast (>= 1.36.1, < 2.0)
85+
regexp_parser (>= 2.9.3, < 3.0)
86+
rubocop-ast (>= 1.36.2, < 2.0)
8787
ruby-progressbar (~> 1.7)
8888
unicode-display_width (>= 2.4.0, < 4.0)
8989
rubocop-ast (1.36.2)
@@ -117,7 +117,7 @@ DEPENDENCIES
117117
minitest (~> 5.25.1)
118118
mocha (~> 2.6.0)
119119
rake (~> 13.2.1)
120-
rubocop (= 1.69.0)
120+
rubocop (= 1.69.1)
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.6.0"
2222
s.add_development_dependency "rake", "~> 13.2.1"
2323

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

0 commit comments

Comments
 (0)