Skip to content

Commit c479bbf

Browse files
Bump rubocop from 1.84.2 to 1.85.0 (#54)
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:production 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 2ba7cae commit c479bbf

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
source 'https://rubygems.org'
44

55
gem 'rspec', require: 'spec'
6-
gem 'rubocop', '~> 1.84', require: false
6+
gem 'rubocop', '~> 1.85', require: false
77
gem 'rubocop-rspec', require: false

Gemfile.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
addressable (2.8.8)
5+
public_suffix (>= 2.0.2, < 8.0)
46
ast (2.4.3)
7+
bigdecimal (3.3.1)
58
diff-lcs (1.6.2)
69
json (2.18.1)
10+
json-schema (5.2.2)
11+
addressable (~> 2.8)
12+
bigdecimal (~> 3.1)
713
language_server-protocol (3.17.0.5)
814
lint_roller (1.1.0)
15+
mcp (0.7.1)
16+
json-schema (>= 4.1)
917
parallel (1.27.0)
10-
parser (3.3.10.1)
18+
parser (3.3.10.2)
1119
ast (~> 2.4.1)
1220
racc
1321
prism (1.9.0)
22+
public_suffix (6.0.2)
1423
racc (1.8.1)
1524
rainbow (3.1.1)
1625
regexp_parser (2.11.3)
@@ -27,10 +36,11 @@ GEM
2736
diff-lcs (>= 1.2.0, < 2.0)
2837
rspec-support (~> 3.13.0)
2938
rspec-support (3.13.6)
30-
rubocop (1.84.2)
39+
rubocop (1.85.0)
3140
json (~> 2.3)
3241
language_server-protocol (~> 3.17.0.2)
3342
lint_roller (~> 1.1.0)
43+
mcp (~> 0.6)
3444
parallel (~> 1.10)
3545
parser (>= 3.3.0.2)
3646
rainbow (>= 2.2.2, < 4.0)
@@ -54,7 +64,7 @@ PLATFORMS
5464

5565
DEPENDENCIES
5666
rspec
57-
rubocop (~> 1.84)
67+
rubocop (~> 1.85)
5868
rubocop-rspec
5969

6070
BUNDLED WITH

0 commit comments

Comments
 (0)