Skip to content

Commit 190108f

Browse files
Bump the minor-and-patch group with 8 updates
Bumps the minor-and-patch group with 8 updates: | Package | From | To | | --- | --- | --- | | [debug](https://github.com/ruby/debug) | `1.8.0` | `1.9.1` | | [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.33.0` | `0.34.3` | | [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.7.5` | `0.7.6` | | [rdoc](https://github.com/ruby/rdoc) | `6.6.0` | `6.6.2` | | [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11139` | `0.5.11164` | | [tapioca](https://github.com/Shopify/tapioca) | `0.11.12` | `0.11.14` | | [psych](https://github.com/ruby/psych) | `5.1.1.1` | `5.1.2` | | [ruby-lsp](https://github.com/Shopify/ruby-lsp) | `0.13.0` | `0.13.2` | Updates `debug` from 1.8.0 to 1.9.1 - [Release notes](https://github.com/ruby/debug/releases) - [Commits](ruby/debug@v1.8.0...v1.9.1) Updates `rubocop-minitest` from 0.33.0 to 0.34.3 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.33.0...v0.34.3) Updates `rubocop-sorbet` from 0.7.5 to 0.7.6 - [Release notes](https://github.com/shopify/rubocop-sorbet/releases) - [Commits](Shopify/rubocop-sorbet@v0.7.5...v0.7.6) Updates `rdoc` from 6.6.0 to 6.6.2 - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](ruby/rdoc@v6.6.0...v6.6.2) Updates `sorbet-static-and-runtime` from 0.5.11139 to 0.5.11164 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `tapioca` from 0.11.12 to 0.11.14 - [Release notes](https://github.com/Shopify/tapioca/releases) - [Commits](Shopify/tapioca@v0.11.12...v0.11.14) Updates `psych` from 5.1.1.1 to 5.1.2 - [Release notes](https://github.com/ruby/psych/releases) - [Commits](ruby/psych@v5.1.1.1...v5.1.2) Updates `ruby-lsp` from 0.13.0 to 0.13.2 - [Release notes](https://github.com/Shopify/ruby-lsp/releases) - [Commits](Shopify/ruby-lsp@v0.13.0...v0.13.2) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rubocop-minitest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rubocop-sorbet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: rdoc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: sorbet-static-and-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tapioca dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: psych dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ruby-lsp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d847330 commit 190108f

File tree

2 files changed

+33
-39
lines changed

2 files changed

+33
-39
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "sqlite3"
1111
gem "debug", ">= 1.7.0"
1212
gem "mocha"
1313
gem "rubocop-shopify", "~> 2.14", require: false
14-
gem "rubocop-minitest", "~> 0.33.0", require: false
14+
gem "rubocop-minitest", "~> 0.34.3", require: false
1515
gem "rubocop-rake", "~> 0.6.0", require: false
1616
gem "rubocop-sorbet", "~> 0.7", require: false
1717
gem "rdoc", require: false

Gemfile.lock

Lines changed: 32 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -120,21 +120,21 @@ GEM
120120
connection_pool (2.4.1)
121121
crass (1.0.6)
122122
date (3.3.4)
123-
debug (1.8.0)
124-
irb (>= 1.5.0)
125-
reline (>= 0.3.1)
123+
debug (1.9.1)
124+
irb (~> 1.10)
125+
reline (>= 0.3.8)
126126
drb (2.2.0)
127127
ruby2_keywords
128128
erubi (1.12.0)
129129
globalid (1.2.1)
130130
activesupport (>= 6.1)
131131
i18n (1.14.1)
132132
concurrent-ruby (~> 1.0)
133-
io-console (0.6.0)
134-
irb (1.9.0)
133+
io-console (0.7.1)
134+
irb (1.11.0)
135135
rdoc
136136
reline (>= 0.3.8)
137-
json (2.6.3)
137+
json (2.7.1)
138138
language_server-protocol (3.17.0.3)
139139
loofah (2.21.4)
140140
crass (~> 1.0.2)
@@ -162,19 +162,17 @@ GEM
162162
nio4r (2.5.9)
163163
nokogiri (1.16.0-arm64-darwin)
164164
racc (~> 1.4)
165-
nokogiri (1.16.0-x64-mingw-ucrt)
166-
racc (~> 1.4)
167165
nokogiri (1.16.0-x86_64-darwin)
168166
racc (~> 1.4)
169167
nokogiri (1.16.0-x86_64-linux)
170168
racc (~> 1.4)
171-
parallel (1.23.0)
169+
parallel (1.24.0)
172170
parser (3.2.2.4)
173171
ast (~> 2.4.1)
174172
racc
175173
prettier_print (1.2.1)
176-
prism (0.18.0)
177-
psych (5.1.1.1)
174+
prism (0.19.0)
175+
psych (5.1.2)
178176
stringio
179177
puma (6.4.0)
180178
nio4r (~> 2.0)
@@ -196,63 +194,63 @@ GEM
196194
nokogiri (~> 1.14)
197195
rainbow (3.1.1)
198196
rake (13.1.0)
199-
rbi (0.1.5)
200-
prism (>= 0.18.0, < 0.19)
197+
rbi (0.1.6)
198+
prism (>= 0.18.0, < 0.20)
201199
sorbet-runtime (>= 0.5.9204)
202-
rdoc (6.6.0)
200+
rdoc (6.6.2)
203201
psych (>= 4.0.0)
204-
regexp_parser (2.8.2)
205-
reline (0.4.0)
202+
regexp_parser (2.8.3)
203+
reline (0.4.1)
206204
io-console (~> 0.5)
207205
rexml (3.2.6)
208-
rubocop (1.57.2)
206+
rubocop (1.59.0)
209207
json (~> 2.3)
210208
language_server-protocol (>= 3.17.0)
211209
parallel (~> 1.10)
212210
parser (>= 3.2.2.4)
213211
rainbow (>= 2.2.2, < 4.0)
214212
regexp_parser (>= 1.8, < 3.0)
215213
rexml (>= 3.2.5, < 4.0)
216-
rubocop-ast (>= 1.28.1, < 2.0)
214+
rubocop-ast (>= 1.30.0, < 2.0)
217215
ruby-progressbar (~> 1.7)
218216
unicode-display_width (>= 2.4.0, < 3.0)
219217
rubocop-ast (1.30.0)
220218
parser (>= 3.2.1.0)
221-
rubocop-minitest (0.33.0)
219+
rubocop-minitest (0.34.3)
222220
rubocop (>= 1.39, < 2.0)
221+
rubocop-ast (>= 1.30.0, < 2.0)
223222
rubocop-rake (0.6.0)
224223
rubocop (~> 1.0)
225224
rubocop-shopify (2.14.0)
226225
rubocop (~> 1.51)
227-
rubocop-sorbet (0.7.5)
226+
rubocop-sorbet (0.7.6)
228227
rubocop (>= 0.90.0)
229-
ruby-lsp (0.13.0)
228+
ruby-lsp (0.13.2)
230229
language_server-protocol (~> 3.17.0)
231-
prism (>= 0.18.0, < 0.19)
230+
prism (>= 0.19.0, < 0.20)
232231
sorbet-runtime (>= 0.5.5685)
233232
ruby-progressbar (1.13.0)
234233
ruby2_keywords (0.0.5)
235-
sorbet (0.5.11139)
236-
sorbet-static (= 0.5.11139)
237-
sorbet-runtime (0.5.11139)
238-
sorbet-static (0.5.11139-universal-darwin)
239-
sorbet-static (0.5.11139-x86_64-linux)
240-
sorbet-static-and-runtime (0.5.11139)
241-
sorbet (= 0.5.11139)
242-
sorbet-runtime (= 0.5.11139)
234+
sorbet (0.5.11164)
235+
sorbet-static (= 0.5.11164)
236+
sorbet-runtime (0.5.11164)
237+
sorbet-static (0.5.11164-universal-darwin)
238+
sorbet-static (0.5.11164-x86_64-linux)
239+
sorbet-static-and-runtime (0.5.11164)
240+
sorbet (= 0.5.11164)
241+
sorbet-runtime (= 0.5.11164)
243242
spoom (1.2.4)
244243
erubi (>= 1.10.0)
245244
sorbet-static-and-runtime (>= 0.5.10187)
246245
syntax_tree (>= 6.1.1)
247246
thor (>= 0.19.2)
248247
sqlite3 (1.7.0-arm64-darwin)
249-
sqlite3 (1.7.0-x64-mingw-ucrt)
250248
sqlite3 (1.7.0-x86_64-darwin)
251249
sqlite3 (1.7.0-x86_64-linux)
252-
stringio (3.0.9)
250+
stringio (3.1.0)
253251
syntax_tree (6.2.0)
254252
prettier_print (>= 1.2.0)
255-
tapioca (0.11.12)
253+
tapioca (0.11.14)
256254
bundler (>= 2.2.25)
257255
netrc (>= 0.11.0)
258256
parallel (>= 1.21.0)
@@ -265,8 +263,6 @@ GEM
265263
timeout (0.4.1)
266264
tzinfo (2.0.6)
267265
concurrent-ruby (~> 1.0)
268-
tzinfo-data (1.2023.3)
269-
tzinfo (>= 1.0.0)
270266
unicode-display_width (2.5.0)
271267
webrick (1.8.1)
272268
websocket-driver (0.7.6)
@@ -280,8 +276,6 @@ GEM
280276

281277
PLATFORMS
282278
arm64-darwin
283-
x64-mingw32
284-
x64-mingw-ucrt
285279
x86_64-darwin
286280
x86_64-linux
287281

@@ -292,7 +286,7 @@ DEPENDENCIES
292286
puma
293287
rails!
294288
rdoc
295-
rubocop-minitest (~> 0.33.0)
289+
rubocop-minitest (~> 0.34.3)
296290
rubocop-rake (~> 0.6.0)
297291
rubocop-shopify (~> 2.14)
298292
rubocop-sorbet (~> 0.7)

0 commit comments

Comments
 (0)