Skip to content

Commit ad00cc9

Browse files
build(deps-dev): update rubocop requirement from = 1.78.0 to = 1.79.0
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.78.0 to 1.79.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.78.0...v1.79.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82e30a4 commit ad00cc9

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ GEM
5151
erubi (1.13.1)
5252
i18n (1.14.7)
5353
concurrent-ruby (~> 1.0)
54-
json (2.12.2)
54+
json (2.13.1)
5555
language_server-protocol (3.17.0.5)
5656
lint_roller (1.1.0)
5757
logger (1.6.6)
@@ -67,7 +67,7 @@ GEM
6767
mini_portile2 (~> 2.8.2)
6868
racc (~> 1.4)
6969
parallel (1.27.0)
70-
parser (3.3.8.0)
70+
parser (3.3.9.0)
7171
ast (~> 2.4.1)
7272
racc
7373
prism (1.4.0)
@@ -83,18 +83,19 @@ GEM
8383
rainbow (3.1.1)
8484
rake (13.3.0)
8585
regexp_parser (2.10.0)
86-
rubocop (1.78.0)
86+
rubocop (1.79.0)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)
9090
parallel (~> 1.10)
9191
parser (>= 3.3.0.2)
9292
rainbow (>= 2.2.2, < 4.0)
9393
regexp_parser (>= 2.9.3, < 3.0)
94-
rubocop-ast (>= 1.45.1, < 2.0)
94+
rubocop-ast (>= 1.46.0, < 2.0)
9595
ruby-progressbar (~> 1.7)
96+
tsort (>= 0.2.0)
9697
unicode-display_width (>= 2.4.0, < 4.0)
97-
rubocop-ast (1.45.1)
98+
rubocop-ast (1.46.0)
9899
parser (>= 3.3.7.2)
99100
prism (~> 1.4)
100101
rubocop-github (0.23.0)
@@ -115,6 +116,7 @@ GEM
115116
ruby2_keywords (0.0.5)
116117
securerandom (0.3.2)
117118
smart_properties (1.17.0)
119+
tsort (0.2.0)
118120
tzinfo (2.0.6)
119121
concurrent-ruby (~> 1.0)
120122
unicode-display_width (3.1.4)
@@ -130,7 +132,7 @@ DEPENDENCIES
130132
minitest (~> 5.25.1)
131133
mocha (~> 2.7.0)
132134
rake (~> 13.3.0)
133-
rubocop (= 1.78.0)
135+
rubocop (= 1.79.0)
134136
rubocop-github (~> 0.23.0)
135137

136138
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.3.0"
2323

24-
s.add_development_dependency "rubocop", "= 1.78.0"
24+
s.add_development_dependency "rubocop", "= 1.79.0"
2525
s.add_development_dependency "rubocop-github", "~> 0.23.0"
2626
s.metadata["rubygems_mfa_required"] = "true"
2727

0 commit comments

Comments
 (0)