Skip to content

Commit 185f109

Browse files
Bump rubocop from 1.85.1 to 1.86.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.85.1 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.85.1...v1.86.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ce9cc3 commit 185f109

2 files changed

Lines changed: 8 additions & 17 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ end
5454

5555
group :development, :test, :optional => true do
5656
gem 'byebug'
57-
gem 'rubocop', '~> 1.85'
57+
gem 'rubocop', '~> 1.86'
5858
end
5959

6060
group :test, :optional => true do

Gemfile.lock

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ GEM
8787
acts_as_list (1.2.6)
8888
activerecord (>= 6.1)
8989
activesupport (>= 6.1)
90-
addressable (2.8.9)
91-
public_suffix (>= 2.0.2, < 8.0)
9290
ast (2.4.3)
9391
autoprefixer-rails (10.4.21.0)
9492
execjs (~> 2)
@@ -184,10 +182,7 @@ GEM
184182
railties (>= 3.2.16)
185183
jquery_block_ui (0.0.1)
186184
rails (>= 3.1)
187-
json (2.19.2)
188-
json-schema (6.2.0)
189-
addressable (~> 2.8)
190-
bigdecimal (>= 3.1, < 5)
185+
json (2.19.4)
191186
kramdown (2.5.2)
192187
rexml (>= 3.4.4)
193188
kramdown-parser-gfm (1.1.0)
@@ -216,8 +211,6 @@ GEM
216211
net-pop
217212
net-smtp
218213
marcel (1.0.4)
219-
mcp (0.9.1)
220-
json-schema (>= 4.1)
221214
mime-types (3.4.1)
222215
mime-types-data (~> 3.2015)
223216
mime-types-data (3.2023.0218.1)
@@ -247,8 +240,8 @@ GEM
247240
observer (0.1.2)
248241
open3 (0.2.1)
249242
ostruct (0.6.3)
250-
parallel (1.27.0)
251-
parser (3.3.10.2)
243+
parallel (2.1.0)
244+
parser (3.3.11.1)
252245
ast (~> 2.4.1)
253246
racc
254247
pg (1.6.3)
@@ -259,7 +252,6 @@ GEM
259252
psych (5.2.6)
260253
date
261254
stringio
262-
public_suffix (7.0.5)
263255
puma (7.2.0)
264256
nio4r (~> 2.0)
265257
racc (1.8.1)
@@ -327,7 +319,7 @@ GEM
327319
erb
328320
psych (>= 4.0.0)
329321
tsort
330-
regexp_parser (2.11.3)
322+
regexp_parser (2.12.0)
331323
reline (0.6.2)
332324
io-console (~> 0.5)
333325
reverse_markdown (3.0.2)
@@ -337,12 +329,11 @@ GEM
337329
diff-lcs (>= 1.2.0, < 2.0)
338330
rspec-support (~> 3.13.0)
339331
rspec-support (3.13.4)
340-
rubocop (1.85.1)
332+
rubocop (1.86.1)
341333
json (~> 2.3)
342334
language_server-protocol (~> 3.17.0.2)
343335
lint_roller (~> 1.1.0)
344-
mcp (~> 0.6)
345-
parallel (~> 1.10)
336+
parallel (>= 1.10)
346337
parser (>= 3.3.0.2)
347338
rainbow (>= 2.2.2, < 4.0)
348339
regexp_parser (>= 2.9.3, < 3.0)
@@ -481,7 +472,7 @@ DEPENDENCIES
481472
rails_autolink
482473
rexml
483474
rspec-expectations
484-
rubocop (~> 1.85)
475+
rubocop (~> 1.86)
485476
sanitize (~> 7.0)
486477
simplecov
487478
solargraph

0 commit comments

Comments
 (0)