Skip to content

Commit a09104c

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.79'
31+
gem 'rubocop', '~> 1.80'
3232
end
3333

3434
group :development, :docs do

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ GEM
135135
rb-fsevent (0.11.2)
136136
rb-inotify (0.11.1)
137137
ffi (~> 1.0)
138-
regexp_parser (2.11.0)
138+
regexp_parser (2.11.2)
139139
rexml (3.4.1)
140140
rouge (4.5.2)
141-
rubocop (1.79.2)
141+
rubocop (1.80.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.79)
188+
rubocop (~> 1.80)
189189
webrick (~> 1.9)
190190
yard (>= 0.9.37, < 0.10)
191191
yard-coderay (~> 0.1)

0 commit comments

Comments
 (0)