Skip to content

Commit 0449c53

Browse files
build(deps): bump the all-dependencies group with 2 updates
Bumps the all-dependencies group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [minitest](https://github.com/minitest/minitest). Updates `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) Updates `minitest` from 6.0.1 to 6.0.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: minitest dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcdbddb commit 0449c53

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ GEM
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
2828
uri (>= 0.13.1)
29+
addressable (2.8.9)
30+
public_suffix (>= 2.0.2, < 8.0)
2931
ast (2.4.3)
3032
base64 (0.3.0)
3133
bigdecimal (4.0.1)
@@ -39,13 +41,19 @@ GEM
3941
i18n (1.14.8)
4042
concurrent-ruby (~> 1.0)
4143
json (2.18.1)
44+
json-schema (6.1.0)
45+
addressable (~> 2.8)
46+
bigdecimal (>= 3.1, < 5)
4247
language_server-protocol (3.17.0.5)
4348
lint_roller (1.1.0)
4449
logger (1.7.0)
4550
loofah (2.25.0)
4651
crass (~> 1.0.2)
4752
nokogiri (>= 1.12.0)
48-
minitest (6.0.1)
53+
mcp (0.7.1)
54+
json-schema (>= 4.1)
55+
minitest (6.0.2)
56+
drb (~> 2.0)
4957
prism (~> 1.5)
5058
nokogiri (1.19.1-arm64-darwin)
5159
racc (~> 1.4)
@@ -54,10 +62,11 @@ GEM
5462
nokogiri (1.19.1-x86_64-linux-gnu)
5563
racc (~> 1.4)
5664
parallel (1.27.0)
57-
parser (3.3.10.1)
65+
parser (3.3.10.2)
5866
ast (~> 2.4.1)
5967
racc
6068
prism (1.9.0)
69+
public_suffix (7.0.2)
6170
racc (1.8.1)
6271
rack (3.2.5)
6372
rails-dom-testing (2.3.0)
@@ -83,10 +92,11 @@ GEM
8392
diff-lcs (>= 1.2.0, < 2.0)
8493
rspec-support (~> 3.13.0)
8594
rspec-support (3.13.6)
86-
rubocop (1.84.2)
95+
rubocop (1.85.0)
8796
json (~> 2.3)
8897
language_server-protocol (~> 3.17.0.2)
8998
lint_roller (~> 1.1.0)
99+
mcp (~> 0.6)
90100
parallel (~> 1.10)
91101
parser (>= 3.3.0.2)
92102
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)