Skip to content

Commit 518a947

Browse files
Bump the dev-ruby-dependencies group across 1 directory with 3 updates
Bumps the dev-ruby-dependencies group with 3 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [ruby-lsp](https://github.com/Shopify/ruby-lsp) and [vcr](https://github.com/vcr/vcr). Updates `rubocop` from 1.65.0 to 1.65.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.65.0...v1.65.1) Updates `ruby-lsp` from 0.17.8 to 0.17.15 - [Release notes](https://github.com/Shopify/ruby-lsp/releases) - [Commits](Shopify/ruby-lsp@v0.17.8...v0.17.15) Updates `vcr` from 6.2.0 to 6.3.1 - [Release notes](https://github.com/vcr/vcr/releases) - [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md) - [Commits](vcr/vcr@v6.2.0...v6.3.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: ruby-lsp dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: vcr dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 716d623 commit 518a947

21 files changed

+11
-10
lines changed

Gemfile.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,20 @@ GEM
6262
faraday (>= 1, < 3)
6363
sawyer (~> 0.9)
6464
optimist (3.1.0)
65-
parallel (1.25.1)
66-
parser (3.3.4.0)
65+
parallel (1.26.3)
66+
parser (3.3.4.2)
6767
ast (~> 2.4.1)
6868
racc
6969
prism (0.30.0)
7070
public_suffix (5.0.5)
71-
racc (1.8.0)
71+
racc (1.8.1)
7272
rack (3.0.11)
7373
rainbow (3.1.1)
7474
rake (13.2.1)
75-
rbs (3.5.2)
75+
rbs (3.5.3)
7676
logger
7777
regexp_parser (2.9.2)
78-
rexml (3.3.3)
78+
rexml (3.3.6)
7979
strscan
8080
rspec (3.13.0)
8181
rspec-core (~> 3.13.0)
@@ -90,7 +90,7 @@ GEM
9090
diff-lcs (>= 1.2.0, < 2.0)
9191
rspec-support (~> 3.13.0)
9292
rspec-support (3.13.1)
93-
rubocop (1.65.0)
93+
rubocop (1.65.1)
9494
json (~> 2.3)
9595
language_server-protocol (>= 3.17.0)
9696
parallel (~> 1.10)
@@ -101,7 +101,7 @@ GEM
101101
rubocop-ast (>= 1.31.1, < 2.0)
102102
ruby-progressbar (~> 1.7)
103103
unicode-display_width (>= 2.4.0, < 3.0)
104-
rubocop-ast (1.31.3)
104+
rubocop-ast (1.32.1)
105105
parser (>= 3.3.1.0)
106106
rubocop-github (0.20.0)
107107
rubocop (>= 1.37)
@@ -115,7 +115,7 @@ GEM
115115
rack (>= 1.1)
116116
rubocop (>= 1.33.0, < 2.0)
117117
rubocop-ast (>= 1.31.1, < 2.0)
118-
ruby-lsp (0.17.8)
118+
ruby-lsp (0.17.15)
119119
language_server-protocol (~> 3.17.0)
120120
prism (>= 0.29.0, < 0.31)
121121
rbs (>= 3, < 4)
@@ -133,13 +133,14 @@ GEM
133133
simplecov (< 1.0)
134134
simplecov-html (0.12.3)
135135
simplecov_json_formatter (0.1.4)
136-
sorbet-runtime (0.5.11491)
136+
sorbet-runtime (0.5.11545)
137137
strscan (3.1.0)
138138
tzinfo (2.0.6)
139139
concurrent-ruby (~> 1.0)
140140
unicode-display_width (2.5.0)
141141
uri (0.13.0)
142-
vcr (6.2.0)
142+
vcr (6.3.1)
143+
base64
143144
webmock (3.23.1)
144145
addressable (>= 2.8.0)
145146
crack (>= 0.3.2)

vendor/cache/parallel-1.25.1.gem

-10.5 KB
Binary file not shown.

vendor/cache/parallel-1.26.3.gem

11 KB
Binary file not shown.

vendor/cache/parser-3.3.4.0.gem

-933 KB
Binary file not shown.

vendor/cache/parser-3.3.4.2.gem

933 KB
Binary file not shown.

vendor/cache/racc-1.8.0.gem

-63 KB
Binary file not shown.

vendor/cache/racc-1.8.1.gem

64 KB
Binary file not shown.

vendor/cache/rbs-3.5.2.gem

-1.01 MB
Binary file not shown.

vendor/cache/rbs-3.5.3.gem

1.01 MB
Binary file not shown.

vendor/cache/rexml-3.3.3.gem

-102 KB
Binary file not shown.

0 commit comments

Comments
 (0)