Skip to content

Commit b0ddf11

Browse files
chore(deps): bump rubocop in the dependencies group
Bumps the dependencies group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.81.7 to 1.82.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.7...v1.82.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 441da1d commit b0ddf11

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "json", "2.18.0"
77
gem "language_server-protocol", "3.17.0.5"
88
gem "nokogiri", "~> 1.18.10"
99
gem "rake", "13.3.1"
10-
gem "rubocop", "1.81.7"
10+
gem "rubocop", "1.82.0"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ GEM
288288
racc
289289
pathutil (0.16.2)
290290
forwardable-extended (~> 2.6)
291-
prism (1.6.0)
291+
prism (1.7.0)
292292
pry (0.15.2)
293293
coderay (~> 1.1)
294294
method_source (~> 1.0)
@@ -302,18 +302,18 @@ GEM
302302
regexp_parser (2.11.3)
303303
rexml (3.4.2)
304304
rouge (3.30.0)
305-
rubocop (1.81.7)
305+
rubocop (1.82.0)
306306
json (~> 2.3)
307307
language_server-protocol (~> 3.17.0.2)
308308
lint_roller (~> 1.1.0)
309309
parallel (~> 1.10)
310310
parser (>= 3.3.0.2)
311311
rainbow (>= 2.2.2, < 4.0)
312312
regexp_parser (>= 2.9.3, < 3.0)
313-
rubocop-ast (>= 1.47.1, < 2.0)
313+
rubocop-ast (>= 1.48.0, < 2.0)
314314
ruby-progressbar (~> 1.7)
315315
unicode-display_width (>= 2.4.0, < 4.0)
316-
rubocop-ast (1.47.1)
316+
rubocop-ast (1.48.0)
317317
parser (>= 3.3.7.2)
318318
prism (~> 1.4)
319319
rubocop-performance (1.26.1)
@@ -340,7 +340,7 @@ GEM
340340
concurrent-ruby (~> 1.0)
341341
unicode-display_width (3.2.0)
342342
unicode-emoji (~> 4.1)
343-
unicode-emoji (4.1.0)
343+
unicode-emoji (4.2.0)
344344
uri (1.0.3)
345345
webrick (1.9.2)
346346

@@ -373,7 +373,7 @@ DEPENDENCIES
373373
octokit
374374
pry
375375
rake (= 13.3.1)
376-
rubocop (= 1.81.7)
376+
rubocop (= 1.82.0)
377377
rubocop-performance
378378
safe_yaml
379379
webrick

0 commit comments

Comments
 (0)