Skip to content

Commit 8c83a71

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.75'
31+
gem 'rubocop', '~> 1.76'
3232
end
3333

3434
group :development, :docs do

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,18 @@ GEM
139139
regexp_parser (2.10.0)
140140
rexml (3.4.1)
141141
rouge (3.30.0)
142-
rubocop (1.75.8)
142+
rubocop (1.76.0)
143143
json (~> 2.3)
144144
language_server-protocol (~> 3.17.0.2)
145145
lint_roller (~> 1.1.0)
146146
parallel (~> 1.10)
147147
parser (>= 3.3.0.2)
148148
rainbow (>= 2.2.2, < 4.0)
149149
regexp_parser (>= 2.9.3, < 3.0)
150-
rubocop-ast (>= 1.44.0, < 2.0)
150+
rubocop-ast (>= 1.45.0, < 2.0)
151151
ruby-progressbar (~> 1.7)
152152
unicode-display_width (>= 2.4.0, < 4.0)
153-
rubocop-ast (1.44.1)
153+
rubocop-ast (1.45.0)
154154
parser (>= 3.3.7.2)
155155
prism (~> 1.4)
156156
ruby-progressbar (1.13.0)
@@ -186,7 +186,7 @@ DEPENDENCIES
186186
jekyll-seo-tag (~> 2.6)
187187
minitest (~> 5.25)
188188
rake (~> 13.3)
189-
rubocop (~> 1.75)
189+
rubocop (~> 1.76)
190190
webrick (~> 1.9)
191191
yard (>= 0.9.37, < 0.10)
192192
yard-coderay (~> 0.1)

0 commit comments

Comments
 (0)