Skip to content

Commit 77e1dac

Browse files
build(deps-dev): bump the dev-ruby-dependencies group with 3 updates
Bumps the dev-ruby-dependencies group with 3 updates: [rubocop](https://github.com/rubocop/rubocop), [ruby-lsp](https://github.com/Shopify/ruby-lsp) and [webmock](https://github.com/bblimke/webmock). Updates `rubocop` from 1.85.0 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.0...v1.86.0) Updates `ruby-lsp` from 0.26.7 to 0.26.8 - [Release notes](https://github.com/Shopify/ruby-lsp/releases) - [Commits](Shopify/ruby-lsp@v0.26.7...v0.26.8) Updates `webmock` from 3.26.1 to 3.26.2 - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.26.1...v3.26.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: ruby-lsp dependency-version: 0.26.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: webmock dependency-version: 3.26.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 12f45ad commit 77e1dac

17 files changed

+8
-14
lines changed

Gemfile.lock

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ GEM
2424
mutex_m
2525
securerandom (>= 0.3)
2626
tzinfo (~> 2.0)
27-
addressable (2.8.7)
28-
public_suffix (>= 2.0.2, < 7.0)
27+
addressable (2.8.9)
28+
public_suffix (>= 2.0.2, < 8.0)
2929
ast (2.4.3)
3030
base64 (0.3.0)
3131
benchmark (0.4.1)
32-
bigdecimal (3.3.1)
32+
bigdecimal (4.0.1)
3333
concurrent-ruby (1.3.5)
3434
connection_pool (2.5.3)
3535
contracts (0.17.3)
@@ -58,15 +58,10 @@ GEM
5858
hashdiff (1.2.1)
5959
i18n (1.14.7)
6060
concurrent-ruby (~> 1.0)
61-
json (2.18.1)
62-
json-schema (5.2.2)
63-
addressable (~> 2.8)
64-
bigdecimal (~> 3.1)
61+
json (2.19.2)
6562
language_server-protocol (3.17.0.5)
6663
lint_roller (1.1.0)
6764
logger (1.7.0)
68-
mcp (0.7.1)
69-
json-schema (>= 4.1)
7065
minitest (5.25.5)
7166
mutex_m (0.3.0)
7267
net-http (0.9.1)
@@ -107,19 +102,18 @@ GEM
107102
diff-lcs (>= 1.2.0, < 2.0)
108103
rspec-support (~> 3.13.0)
109104
rspec-support (3.13.6)
110-
rubocop (1.85.0)
105+
rubocop (1.86.0)
111106
json (~> 2.3)
112107
language_server-protocol (~> 3.17.0.2)
113108
lint_roller (~> 1.1.0)
114-
mcp (~> 0.6)
115109
parallel (~> 1.10)
116110
parser (>= 3.3.0.2)
117111
rainbow (>= 2.2.2, < 4.0)
118112
regexp_parser (>= 2.9.3, < 3.0)
119113
rubocop-ast (>= 1.49.0, < 2.0)
120114
ruby-progressbar (~> 1.7)
121115
unicode-display_width (>= 2.4.0, < 4.0)
122-
rubocop-ast (1.49.0)
116+
rubocop-ast (1.49.1)
123117
parser (>= 3.3.7.2)
124118
prism (~> 1.7)
125119
rubocop-github (0.23.0)
@@ -136,7 +130,7 @@ GEM
136130
rack (>= 1.1)
137131
rubocop (>= 1.75.0, < 2.0)
138132
rubocop-ast (>= 1.44.0, < 2.0)
139-
ruby-lsp (0.26.7)
133+
ruby-lsp (0.26.8)
140134
language_server-protocol (~> 3.17.0)
141135
prism (>= 1.2, < 2.0)
142136
rbs (>= 3, < 5)
@@ -161,7 +155,7 @@ GEM
161155
unicode-emoji (4.2.0)
162156
uri (1.1.1)
163157
vcr (6.4.0)
164-
webmock (3.26.1)
158+
webmock (3.26.2)
165159
addressable (>= 2.8.0)
166160
crack (>= 0.3.2)
167161
hashdiff (>= 0.4.0, < 2.0.0)

vendor/cache/addressable-2.8.7.gem

-104 KB
Binary file not shown.

vendor/cache/addressable-2.8.9.gem

76 KB
Binary file not shown.

vendor/cache/bigdecimal-3.3.1.gem

-83 KB
Binary file not shown.

vendor/cache/bigdecimal-4.0.1.gem

88 KB
Binary file not shown.

vendor/cache/json-2.18.1.gem

-103 KB
Binary file not shown.

vendor/cache/json-2.19.2.gem

103 KB
Binary file not shown.

vendor/cache/json-schema-5.2.2.gem

-32.5 KB
Binary file not shown.

vendor/cache/mcp-0.7.1.gem

-49 KB
Binary file not shown.

vendor/cache/rubocop-1.85.0.gem

-730 KB
Binary file not shown.

0 commit comments

Comments
 (0)