Skip to content

Commit 397a99c

Browse files
build(deps-dev): bump rubocop from 1.84.2 to 1.85.0 (#4884)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.2 to 1.85.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.2...v1.85.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.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 35ece82 commit 397a99c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ group :test do
7878
gem 'rspec-its'
7979
gem 'rspec-rails', '~> 8.0.3'
8080
gem 'rspec-wait'
81-
gem 'rubocop', '~> 1.84.2'
81+
gem 'rubocop', '~> 1.85.0'
8282
gem 'rubocop-capybara'
8383
gem 'rubocop-factory_bot'
8484
gem 'rubocop-rails', '~> 2.34'

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ GEM
301301
crass (~> 1.0.2)
302302
nokogiri (>= 1.12.0)
303303
machinist (1.0.6)
304+
mcp (0.7.1)
305+
json-schema (>= 4.1)
304306
membrane (1.1.0)
305307
method_source (1.1.0)
306308
mime-types (3.7.0)
@@ -479,10 +481,11 @@ GEM
479481
activesupport (>= 3.0.0)
480482
mustache (~> 1.0, >= 0.99.4)
481483
rspec (~> 3.0)
482-
rubocop (1.84.2)
484+
rubocop (1.85.0)
483485
json (~> 2.3)
484486
language_server-protocol (~> 3.17.0.2)
485487
lint_roller (~> 1.1.0)
488+
mcp (~> 0.6)
486489
parallel (~> 1.10)
487490
parser (>= 3.3.0.2)
488491
rainbow (>= 2.2.2, < 4.0)
@@ -682,7 +685,7 @@ DEPENDENCIES
682685
rspec-rails (~> 8.0.3)
683686
rspec-wait
684687
rspec_api_documentation (>= 6.1.0)
685-
rubocop (~> 1.84.2)
688+
rubocop (~> 1.85.0)
686689
rubocop-capybara
687690
rubocop-factory_bot
688691
rubocop-rails (~> 2.34)

0 commit comments

Comments
 (0)