Skip to content

Commit 3fdbd50

Browse files
Bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: [puma](https://github.com/puma/puma), [rubocop-minitest](https://github.com/rubocop/rubocop-minitest), [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) and [tapioca](https://github.com/Shopify/tapioca). Updates `puma` from 6.4.0 to 6.4.2 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.4.0...v6.4.2) Updates `rubocop-minitest` from 0.34.3 to 0.34.4 - [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.34.3...v0.34.4) Updates `sorbet-static-and-runtime` from 0.5.11164 to 0.5.11180 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `tapioca` from 0.11.14 to 0.11.15 - [Release notes](https://github.com/Shopify/tapioca/releases) - [Commits](Shopify/tapioca@v0.11.14...v0.11.15) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: rubocop-minitest 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a350bba commit 3fdbd50

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
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.34.3", require: false
14+
gem "rubocop-minitest", "~> 0.34.4", 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: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -136,21 +136,19 @@ GEM
136136
nio4r (2.7.0)
137137
nokogiri (1.16.0-arm64-darwin)
138138
racc (~> 1.4)
139-
nokogiri (1.16.0-x64-mingw-ucrt)
140-
racc (~> 1.4)
141139
nokogiri (1.16.0-x86_64-darwin)
142140
racc (~> 1.4)
143141
nokogiri (1.16.0-x86_64-linux)
144142
racc (~> 1.4)
145143
parallel (1.24.0)
146-
parser (3.2.2.4)
144+
parser (3.3.0.2)
147145
ast (~> 2.4.1)
148146
racc
149147
prettier_print (1.2.1)
150148
prism (0.19.0)
151149
psych (5.1.2)
152150
stringio
153-
puma (6.4.0)
151+
puma (6.4.2)
154152
nio4r (~> 2.0)
155153
racc (1.7.3)
156154
rack (3.0.8)
@@ -197,7 +195,7 @@ GEM
197195
sorbet-runtime (>= 0.5.9204)
198196
rdoc (6.6.2)
199197
psych (>= 4.0.0)
200-
regexp_parser (2.8.3)
198+
regexp_parser (2.9.0)
201199
reline (0.4.2)
202200
io-console (~> 0.5)
203201
rexml (3.2.6)
@@ -214,7 +212,7 @@ GEM
214212
unicode-display_width (>= 2.4.0, < 3.0)
215213
rubocop-ast (1.30.0)
216214
parser (>= 3.2.1.0)
217-
rubocop-minitest (0.34.3)
215+
rubocop-minitest (0.34.4)
218216
rubocop (>= 1.39, < 2.0)
219217
rubocop-ast (>= 1.30.0, < 2.0)
220218
rubocop-rake (0.6.0)
@@ -229,41 +227,38 @@ GEM
229227
sorbet-runtime (>= 0.5.5685)
230228
ruby-progressbar (1.13.0)
231229
ruby2_keywords (0.0.5)
232-
sorbet (0.5.11164)
233-
sorbet-static (= 0.5.11164)
234-
sorbet-runtime (0.5.11164)
235-
sorbet-static (0.5.11164-universal-darwin)
236-
sorbet-static (0.5.11164-x86_64-linux)
237-
sorbet-static-and-runtime (0.5.11164)
238-
sorbet (= 0.5.11164)
239-
sorbet-runtime (= 0.5.11164)
230+
sorbet (0.5.11180)
231+
sorbet-static (= 0.5.11180)
232+
sorbet-runtime (0.5.11180)
233+
sorbet-static (0.5.11180-universal-darwin)
234+
sorbet-static (0.5.11180-x86_64-linux)
235+
sorbet-static-and-runtime (0.5.11180)
236+
sorbet (= 0.5.11180)
237+
sorbet-runtime (= 0.5.11180)
240238
spoom (1.2.4)
241239
erubi (>= 1.10.0)
242240
sorbet-static-and-runtime (>= 0.5.10187)
243241
syntax_tree (>= 6.1.1)
244242
thor (>= 0.19.2)
245243
sqlite3 (1.7.0-arm64-darwin)
246-
sqlite3 (1.7.0-x64-mingw-ucrt)
247244
sqlite3 (1.7.0-x86_64-darwin)
248245
sqlite3 (1.7.0-x86_64-linux)
249246
stringio (3.1.0)
250247
syntax_tree (6.2.0)
251248
prettier_print (>= 1.2.0)
252-
tapioca (0.11.14)
249+
tapioca (0.11.15)
253250
bundler (>= 2.2.25)
254251
netrc (>= 0.11.0)
255252
parallel (>= 1.21.0)
256253
rbi (>= 0.1.4, < 0.2)
257-
sorbet-static-and-runtime (>= 0.5.10187)
254+
sorbet-static-and-runtime (>= 0.5.10820)
258255
spoom (~> 1.2.0, >= 1.2.0)
259256
thor (>= 1.2.0)
260257
yard-sorbet
261258
thor (1.3.0)
262259
timeout (0.4.1)
263260
tzinfo (2.0.6)
264261
concurrent-ruby (~> 1.0)
265-
tzinfo-data (1.2023.4)
266-
tzinfo (>= 1.0.0)
267262
unicode-display_width (2.5.0)
268263
webrick (1.8.1)
269264
websocket-driver (0.7.6)
@@ -277,7 +272,6 @@ GEM
277272

278273
PLATFORMS
279274
arm64-darwin
280-
x64-mingw-ucrt
281275
x86_64-darwin
282276
x86_64-linux
283277

@@ -288,7 +282,7 @@ DEPENDENCIES
288282
puma
289283
rails
290284
rdoc
291-
rubocop-minitest (~> 0.34.3)
285+
rubocop-minitest (~> 0.34.4)
292286
rubocop-rake (~> 0.6.0)
293287
rubocop-shopify (~> 2.14)
294288
rubocop-sorbet (~> 0.7)

0 commit comments

Comments
 (0)