Skip to content

Commit 16d8d4f

Browse files
build(deps-dev): update rubocop requirement from = 1.69.2 to = 1.70.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.69.2...v1.70.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 c4b7499 commit 16d8d4f

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.9.0)
50+
json (2.9.1)
5151
language_server-protocol (3.17.0.3)
5252
loofah (2.23.1)
5353
crass (~> 1.0.2)
@@ -75,8 +75,8 @@ GEM
7575
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
7676
rainbow (3.1.1)
7777
rake (13.2.1)
78-
regexp_parser (2.9.3)
79-
rubocop (1.69.2)
78+
regexp_parser (2.10.0)
79+
rubocop (1.70.0)
8080
json (~> 2.3)
8181
language_server-protocol (>= 3.17.0)
8282
parallel (~> 1.10)
@@ -104,7 +104,7 @@ GEM
104104
smart_properties (1.17.0)
105105
tzinfo (2.0.6)
106106
concurrent-ruby (~> 1.0)
107-
unicode-display_width (3.1.2)
107+
unicode-display_width (3.1.3)
108108
unicode-emoji (~> 4.0, >= 4.0.4)
109109
unicode-emoji (4.0.4)
110110

@@ -117,7 +117,7 @@ DEPENDENCIES
117117
minitest (~> 5.25.1)
118118
mocha (~> 2.7.0)
119119
rake (~> 13.2.1)
120-
rubocop (= 1.69.2)
120+
rubocop (= 1.70.0)
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.2"
24+
s.add_development_dependency "rubocop", "= 1.70.0"
2525
s.add_development_dependency "rubocop-github", "~> 0.20.0"
2626
s.metadata["rubygems_mfa_required"] = "true"
2727

0 commit comments

Comments
 (0)