Skip to content

Commit 5953247

Browse files
build(deps-dev): bump rubocop from 1.85.1 to 1.86.0 (#4951)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.85.1 to 1.86.0. - [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.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95ff4aa commit 5953247

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ group :test do
7676
gem 'rspec-its'
7777
gem 'rspec-rails', '~> 8.0.4'
7878
gem 'rspec-wait'
79-
gem 'rubocop', '~> 1.85.1'
79+
gem 'rubocop', '~> 1.86.0'
8080
gem 'rubocop-capybara'
8181
gem 'rubocop-factory_bot'
8282
gem 'rubocop-rails', '~> 2.34'

Gemfile.lock

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,6 @@ GEM
290290
crass (~> 1.0.2)
291291
nokogiri (>= 1.12.0)
292292
machinist (1.0.6)
293-
mcp (0.9.0)
294-
json-schema (>= 4.1)
295293
method_source (1.1.0)
296294
mime-types (3.7.0)
297295
logger
@@ -468,11 +466,10 @@ GEM
468466
activesupport (>= 3.0.0)
469467
mustache (~> 1.0, >= 0.99.4)
470468
rspec (~> 3.0)
471-
rubocop (1.85.1)
469+
rubocop (1.86.0)
472470
json (~> 2.3)
473471
language_server-protocol (~> 3.17.0.2)
474472
lint_roller (~> 1.1.0)
475-
mcp (~> 0.6)
476473
parallel (~> 1.10)
477474
parser (>= 3.3.0.2)
478475
rainbow (>= 2.2.2, < 4.0)
@@ -668,7 +665,7 @@ DEPENDENCIES
668665
rspec-rails (~> 8.0.4)
669666
rspec-wait
670667
rspec_api_documentation (>= 6.1.0)
671-
rubocop (~> 1.85.1)
668+
rubocop (~> 1.86.0)
672669
rubocop-capybara
673670
rubocop-factory_bot
674671
rubocop-rails (~> 2.34)

0 commit comments

Comments
 (0)