Skip to content

Commit f0ba682

Browse files
build(deps-dev): update rubocop requirement from = 1.75.5 to = 1.75.6
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.75.5 to 1.75.6 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.5...v1.75.6) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4637ff commit f0ba682

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ GEM
5151
erubi (1.13.1)
5252
i18n (1.14.7)
5353
concurrent-ruby (~> 1.0)
54-
json (2.11.3)
55-
language_server-protocol (3.17.0.4)
54+
json (2.12.0)
55+
language_server-protocol (3.17.0.5)
5656
lint_roller (1.1.0)
5757
logger (1.6.6)
5858
loofah (2.24.0)
@@ -83,7 +83,7 @@ GEM
8383
rainbow (3.1.1)
8484
rake (13.2.1)
8585
regexp_parser (2.10.0)
86-
rubocop (1.75.5)
86+
rubocop (1.75.6)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)
@@ -130,7 +130,7 @@ DEPENDENCIES
130130
minitest (~> 5.25.1)
131131
mocha (~> 2.7.0)
132132
rake (~> 13.2.1)
133-
rubocop (= 1.75.5)
133+
rubocop (= 1.75.6)
134134
rubocop-github (~> 0.23.0)
135135

136136
BUNDLED WITH

erblint-github.gemspec

+1-1
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.75.5"
24+
s.add_development_dependency "rubocop", "= 1.75.6"
2525
s.add_development_dependency "rubocop-github", "~> 0.23.0"
2626
s.metadata["rubygems_mfa_required"] = "true"
2727

0 commit comments

Comments
 (0)