Skip to content

Commit 25f1189

Browse files
Merge pull request #322 from Shopify/dependabot/bundler/minor-and-patch-4dadbc001c
Bump the minor-and-patch group with 5 updates
2 parents a27a502 + 45709c6 commit 25f1189

File tree

2 files changed

+21
-24
lines changed

2 files changed

+21
-24
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ gem "rubocop-rake", "~> 0.6.0", require: false
1616
gem "rubocop-sorbet", "~> 0.8", require: false
1717
gem "rdoc", require: false, github: "Shopify/rdoc", branch: "create_snapper_generator"
1818
gem "sorbet-static-and-runtime", platforms: :ruby
19-
gem "tapioca", "~> 0.12", require: false, platforms: :ruby
19+
gem "tapioca", "~> 0.13", require: false, platforms: :ruby
2020
gem "psych", "~> 5.1", require: false
2121
gem "rails"

Gemfile.lock

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
connection_pool (2.4.1)
9999
crass (1.0.6)
100100
date (3.3.4)
101-
debug (1.9.1)
101+
debug (1.9.2)
102102
irb (~> 1.10)
103103
reline (>= 0.3.8)
104104
drb (2.2.0)
@@ -109,7 +109,7 @@ GEM
109109
i18n (1.14.1)
110110
concurrent-ruby (~> 1.0)
111111
io-console (0.7.2)
112-
irb (1.11.2)
112+
irb (1.12.0)
113113
rdoc
114114
reline (>= 0.4.2)
115115
json (2.7.1)
@@ -149,7 +149,6 @@ GEM
149149
parser (3.3.0.5)
150150
ast (~> 2.4.1)
151151
racc
152-
prettier_print (1.2.1)
153152
prism (0.24.0)
154153
psych (5.1.2)
155154
stringio
@@ -195,11 +194,11 @@ GEM
195194
zeitwerk (~> 2.6)
196195
rainbow (3.1.1)
197196
rake (13.1.0)
198-
rbi (0.1.9)
197+
rbi (0.1.10)
199198
prism (>= 0.18.0, < 0.25)
200199
sorbet-runtime (>= 0.5.9204)
201200
regexp_parser (2.9.0)
202-
reline (0.4.3)
201+
reline (0.5.0)
203202
io-console (~> 0.5)
204203
rexml (3.2.6)
205204
rubocop (1.62.1)
@@ -224,41 +223,39 @@ GEM
224223
rubocop (~> 1.51)
225224
rubocop-sorbet (0.8.0)
226225
rubocop (>= 0.90.0)
227-
ruby-lsp (0.16.0)
226+
ruby-lsp (0.16.1)
228227
language_server-protocol (~> 3.17.0)
229228
prism (>= 0.22.0, < 0.25)
230229
sorbet-runtime (>= 0.5.10782)
231230
ruby-progressbar (1.13.0)
232231
ruby2_keywords (0.0.5)
233-
sorbet (0.5.11305)
234-
sorbet-static (= 0.5.11305)
235-
sorbet-runtime (0.5.11305)
236-
sorbet-static (0.5.11305-universal-darwin)
237-
sorbet-static (0.5.11305-x86_64-linux)
238-
sorbet-static-and-runtime (0.5.11305)
239-
sorbet (= 0.5.11305)
240-
sorbet-runtime (= 0.5.11305)
241-
spoom (1.2.4)
232+
sorbet (0.5.11332)
233+
sorbet-static (= 0.5.11332)
234+
sorbet-runtime (0.5.11332)
235+
sorbet-static (0.5.11332-universal-darwin)
236+
sorbet-static (0.5.11332-x86_64-linux)
237+
sorbet-static-and-runtime (0.5.11332)
238+
sorbet (= 0.5.11332)
239+
sorbet-runtime (= 0.5.11332)
240+
spoom (1.3.0)
242241
erubi (>= 1.10.0)
242+
prism (>= 0.19.0)
243243
sorbet-static-and-runtime (>= 0.5.10187)
244-
syntax_tree (>= 6.1.1)
245244
thor (>= 0.19.2)
246245
sqlite3 (1.7.3-arm64-darwin)
247246
sqlite3 (1.7.3-x86_64-darwin)
248247
sqlite3 (1.7.3-x86_64-linux)
249248
stringio (3.1.0)
250-
syntax_tree (6.2.0)
251-
prettier_print (>= 1.2.0)
252-
tapioca (0.12.0)
249+
tapioca (0.13.1)
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.10820)
258-
spoom (~> 1.2.0, >= 1.2.0)
254+
sorbet-static-and-runtime (>= 0.5.11087)
255+
spoom (>= 1.2.0)
259256
thor (>= 1.2.0)
260257
yard-sorbet
261-
thor (1.3.0)
258+
thor (1.3.1)
262259
timeout (0.4.1)
263260
tzinfo (2.0.6)
264261
concurrent-ruby (~> 1.0)
@@ -292,7 +289,7 @@ DEPENDENCIES
292289
ruby-lsp-rails!
293290
sorbet-static-and-runtime
294291
sqlite3
295-
tapioca (~> 0.12)
292+
tapioca (~> 0.13)
296293

297294
BUNDLED WITH
298295
2.5.6

0 commit comments

Comments
 (0)