Skip to content

Commit ae6dcff

Browse files
build(deps-dev): update rubocop requirement from = 1.68.0 to = 1.69.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.68.0...v1.69.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 325db70 commit ae6dcff

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Gemfile.lock

Lines changed: 11 additions & 9 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.7.5)
50+
json (2.8.2)
5151
language_server-protocol (3.17.0.3)
5252
loofah (2.22.0)
5353
crass (~> 1.0.2)
@@ -61,7 +61,7 @@ GEM
6161
mini_portile2 (~> 2.8.2)
6262
racc (~> 1.4)
6363
parallel (1.26.3)
64-
parser (3.3.5.1)
64+
parser (3.3.6.0)
6565
ast (~> 2.4.1)
6666
racc
6767
racc (1.8.1)
@@ -75,18 +75,18 @@ GEM
7575
nokogiri (~> 1.14)
7676
rainbow (3.1.1)
7777
rake (13.2.1)
78-
regexp_parser (2.9.2)
79-
rubocop (1.68.0)
78+
regexp_parser (2.9.3)
79+
rubocop (1.69.0)
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)
8585
regexp_parser (>= 2.4, < 3.0)
86-
rubocop-ast (>= 1.32.2, < 2.0)
86+
rubocop-ast (>= 1.36.1, < 2.0)
8787
ruby-progressbar (~> 1.7)
88-
unicode-display_width (>= 2.4.0, < 3.0)
89-
rubocop-ast (1.33.1)
88+
unicode-display_width (>= 2.4.0, < 4.0)
89+
rubocop-ast (1.36.2)
9090
parser (>= 3.3.1.0)
9191
rubocop-github (0.20.0)
9292
rubocop (>= 1.37)
@@ -104,7 +104,9 @@ GEM
104104
smart_properties (1.17.0)
105105
tzinfo (2.0.6)
106106
concurrent-ruby (~> 1.0)
107-
unicode-display_width (2.6.0)
107+
unicode-display_width (3.1.2)
108+
unicode-emoji (~> 4.0, >= 4.0.4)
109+
unicode-emoji (4.0.4)
108110

109111
PLATFORMS
110112
ruby
@@ -115,7 +117,7 @@ DEPENDENCIES
115117
minitest (~> 5.25.1)
116118
mocha (~> 2.6.0)
117119
rake (~> 13.2.1)
118-
rubocop (= 1.68.0)
120+
rubocop (= 1.69.0)
119121
rubocop-github (~> 0.20.0)
120122

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

0 commit comments

Comments
 (0)