Skip to content

Commit 42e671c

Browse files
build(deps-dev): bump rubocop from 1.84.2 to 1.85.0 (#94)
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 2cac7ed commit 42e671c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Gemfile.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
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 (4.0.1)
58
drb (2.2.3)
69
ellipsized (0.3.0)
710
json (2.18.1)
11+
json-schema (6.1.0)
12+
addressable (~> 2.8)
13+
bigdecimal (>= 3.1, < 5)
814
language_server-protocol (3.17.0.5)
915
lint_roller (1.1.0)
16+
mcp (0.7.1)
17+
json-schema (>= 4.1)
1018
minitest (6.0.2)
1119
drb (~> 2.0)
1220
prism (~> 1.5)
@@ -15,14 +23,16 @@ GEM
1523
ast (~> 2.4.1)
1624
racc
1725
prism (1.9.0)
26+
public_suffix (7.0.2)
1827
racc (1.8.1)
1928
rainbow (3.1.1)
2029
rake (13.3.1)
2130
regexp_parser (2.11.3)
22-
rubocop (1.84.2)
31+
rubocop (1.85.0)
2332
json (~> 2.3)
2433
language_server-protocol (~> 3.17.0.2)
2534
lint_roller (~> 1.1.0)
35+
mcp (~> 0.6)
2636
parallel (~> 1.10)
2737
parser (>= 3.3.0.2)
2838
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)