Skip to content

Commit 62d0887

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.86.0 to 1.86.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.86.0...v1.86.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb8a95c commit 62d0887

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "json", "2.19.3"
77
gem "language_server-protocol", "3.17.0.5"
88
gem "nokogiri", "~> 1.19.2"
99
gem "rake", "13.3.1"
10-
gem "rubocop", "1.86.0"
10+
gem "rubocop", "1.86.1"
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,7 +285,7 @@ GEM
285285
octokit (4.25.1)
286286
faraday (>= 1, < 3)
287287
sawyer (~> 0.9)
288-
parallel (1.27.0)
288+
parallel (2.0.1)
289289
parser (3.3.11.1)
290290
ast (~> 2.4.1)
291291
racc
@@ -303,16 +303,16 @@ GEM
303303
rb-fsevent (0.11.2)
304304
rb-inotify (0.11.1)
305305
ffi (~> 1.0)
306-
regexp_parser (2.11.3)
306+
regexp_parser (2.12.0)
307307
reline (0.6.3)
308308
io-console (~> 0.5)
309309
rexml (3.4.2)
310310
rouge (3.30.0)
311-
rubocop (1.86.0)
311+
rubocop (1.86.1)
312312
json (~> 2.3)
313313
language_server-protocol (~> 3.17.0.2)
314314
lint_roller (~> 1.1.0)
315-
parallel (~> 1.10)
315+
parallel (>= 1.10)
316316
parser (>= 3.3.0.2)
317317
rainbow (>= 2.2.2, < 4.0)
318318
regexp_parser (>= 2.9.3, < 3.0)
@@ -379,7 +379,7 @@ DEPENDENCIES
379379
octokit
380380
pry
381381
rake (= 13.3.1)
382-
rubocop (= 1.86.0)
382+
rubocop (= 1.86.1)
383383
rubocop-performance
384384
safe_yaml
385385
webrick

0 commit comments

Comments
 (0)