Skip to content

Commit 31741f4

Browse files
build(deps-dev): bump the dev-ruby-dependencies group with 2 updates
Bumps the dev-ruby-dependencies group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [ruby-lsp](https://github.com/Shopify/ruby-lsp). Updates `rubocop` from 1.86.0 to 1.86.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.86.0...v1.86.1) Updates `ruby-lsp` from 0.26.8 to 0.26.9 - [Release notes](https://github.com/Shopify/ruby-lsp/releases) - [Commits](Shopify/ruby-lsp@v0.26.8...v0.26.9) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: ruby-lsp dependency-version: 0.26.9 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 2366f2f commit 31741f4

13 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GEM
5858
hashdiff (1.2.1)
5959
i18n (1.14.7)
6060
concurrent-ruby (~> 1.0)
61-
json (2.19.2)
61+
json (2.19.3)
6262
language_server-protocol (3.17.0.5)
6363
lint_roller (1.1.0)
6464
logger (1.7.0)
@@ -74,8 +74,8 @@ GEM
7474
sawyer (~> 0.9)
7575
optimist (3.2.1)
7676
ostruct (0.6.3)
77-
parallel (1.27.0)
78-
parser (3.3.10.2)
77+
parallel (1.28.0)
78+
parser (3.3.11.1)
7979
ast (~> 2.4.1)
8080
racc
8181
prism (1.9.0)
@@ -86,7 +86,7 @@ GEM
8686
rake (13.3.1)
8787
rbs (3.6.1)
8888
logger
89-
regexp_parser (2.11.3)
89+
regexp_parser (2.12.0)
9090
retryable (3.0.5)
9191
rexml (3.4.4)
9292
rspec (3.13.2)
@@ -102,11 +102,11 @@ GEM
102102
diff-lcs (>= 1.2.0, < 2.0)
103103
rspec-support (~> 3.13.0)
104104
rspec-support (3.13.6)
105-
rubocop (1.86.0)
105+
rubocop (1.86.1)
106106
json (~> 2.3)
107107
language_server-protocol (~> 3.17.0.2)
108108
lint_roller (~> 1.1.0)
109-
parallel (~> 1.10)
109+
parallel (>= 1.10)
110110
parser (>= 3.3.0.2)
111111
rainbow (>= 2.2.2, < 4.0)
112112
regexp_parser (>= 2.9.3, < 3.0)
@@ -130,7 +130,7 @@ GEM
130130
rack (>= 1.1)
131131
rubocop (>= 1.75.0, < 2.0)
132132
rubocop-ast (>= 1.44.0, < 2.0)
133-
ruby-lsp (0.26.8)
133+
ruby-lsp (0.26.9)
134134
language_server-protocol (~> 3.17.0)
135135
prism (>= 1.2, < 2.0)
136136
rbs (>= 3, < 5)

vendor/cache/json-2.19.2.gem

-103 KB
Binary file not shown.

vendor/cache/json-2.19.3.gem

103 KB
Binary file not shown.

vendor/cache/parallel-1.27.0.gem

-10.5 KB
Binary file not shown.

vendor/cache/parallel-1.28.0.gem

11 KB
Binary file not shown.

vendor/cache/parser-3.3.10.2.gem

-891 KB
Binary file not shown.

vendor/cache/parser-3.3.11.1.gem

891 KB
Binary file not shown.
-59 KB
Binary file not shown.
59 KB
Binary file not shown.

vendor/cache/rubocop-1.86.0.gem

-733 KB
Binary file not shown.

0 commit comments

Comments
 (0)