Skip to content

Commit 85bc762

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.82.1 to 1.84.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.1...v1.84.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a73b6be commit 85bc762

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.19.0"
99
gem "rake", "13.3.1"
10-
gem "rubocop", "1.82.1"
10+
gem "rubocop", "1.84.0"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,12 @@ GEM
285285
faraday (>= 1, < 3)
286286
sawyer (~> 0.9)
287287
parallel (1.27.0)
288-
parser (3.3.10.0)
288+
parser (3.3.10.1)
289289
ast (~> 2.4.1)
290290
racc
291291
pathutil (0.16.2)
292292
forwardable-extended (~> 2.6)
293-
prism (1.7.0)
293+
prism (1.9.0)
294294
pry (0.16.0)
295295
coderay (~> 1.1)
296296
method_source (~> 1.0)
@@ -307,15 +307,15 @@ GEM
307307
io-console (~> 0.5)
308308
rexml (3.4.2)
309309
rouge (3.30.0)
310-
rubocop (1.82.1)
310+
rubocop (1.84.0)
311311
json (~> 2.3)
312312
language_server-protocol (~> 3.17.0.2)
313313
lint_roller (~> 1.1.0)
314314
parallel (~> 1.10)
315315
parser (>= 3.3.0.2)
316316
rainbow (>= 2.2.2, < 4.0)
317317
regexp_parser (>= 2.9.3, < 3.0)
318-
rubocop-ast (>= 1.48.0, < 2.0)
318+
rubocop-ast (>= 1.49.0, < 2.0)
319319
ruby-progressbar (~> 1.7)
320320
unicode-display_width (>= 2.4.0, < 4.0)
321321
rubocop-ast (1.49.0)
@@ -378,7 +378,7 @@ DEPENDENCIES
378378
octokit
379379
pry
380380
rake (= 13.3.1)
381-
rubocop (= 1.82.1)
381+
rubocop (= 1.84.0)
382382
rubocop-performance
383383
safe_yaml
384384
webrick

0 commit comments

Comments
 (0)