Skip to content

Commit 3b30e65

Browse files
dependabot[bot]noraj
authored andcommitted
build(deps-dev): bump rubocop from 1.77.0 to 1.78.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.77.0 to 1.78.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.77.0...v1.78.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.78.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5479f7c commit 3b30e65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828

2929
# Needed for linting
3030
group :development, :lint do
31-
gem 'rubocop', '~> 1.77'
31+
gem 'rubocop', '~> 1.78'
3232
end
3333

3434
group :development, :docs do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ GEM
138138
regexp_parser (2.10.0)
139139
rexml (3.4.1)
140140
rouge (4.5.2)
141-
rubocop (1.77.0)
141+
rubocop (1.78.0)
142142
json (~> 2.3)
143143
language_server-protocol (~> 3.17.0.2)
144144
lint_roller (~> 1.1.0)
@@ -185,7 +185,7 @@ DEPENDENCIES
185185
jekyll-seo-tag (~> 2.6)
186186
minitest (~> 5.25)
187187
rake (~> 13.3)
188-
rubocop (~> 1.77)
188+
rubocop (~> 1.78)
189189
webrick (~> 1.9)
190190
yard (>= 0.9.37, < 0.10)
191191
yard-coderay (~> 0.1)

0 commit comments

Comments
 (0)