Skip to content

Commit 78314f8

Browse files
committed
Add tapioca
1 parent 6d3659c commit 78314f8

File tree

2 files changed

+43
-7
lines changed

2 files changed

+43
-7
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ group :development do
1212
end
1313

1414
gemspec
15+
16+
gem "tapioca", "~> 0.16.11"

Gemfile.lock

Lines changed: 41 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ GEM
1515
byebug (12.0.0)
1616
date (3.4.1)
1717
diff-lcs (1.6.1)
18+
erubi (1.13.1)
1819
intel_hex (0.6.0)
19-
json (2.10.2)
20+
json (2.11.3)
2021
language_server-protocol (3.17.0.4)
2122
lint_roller (1.1.0)
23+
logger (1.7.0)
24+
netrc (0.11.0)
2225
parallel (1.27.0)
2326
parser (3.3.8.0)
2427
ast (~> 2.4.1)
@@ -29,6 +32,12 @@ GEM
2932
stringio
3033
racc (1.8.1)
3134
rainbow (3.1.1)
35+
rbi (0.3.2)
36+
prism (~> 1.0)
37+
rbs (>= 3.4.4)
38+
sorbet-runtime (>= 0.5.9204)
39+
rbs (3.9.2)
40+
logger
3241
rdoc (6.13.1)
3342
psych (>= 4.0.0)
3443
regexp_parser (2.10.0)
@@ -45,7 +54,7 @@ GEM
4554
diff-lcs (>= 1.2.0, < 2.0)
4655
rspec-support (~> 3.13.0)
4756
rspec-support (3.13.2)
48-
rubocop (1.75.3)
57+
rubocop (1.75.4)
4958
json (~> 2.3)
5059
language_server-protocol (~> 3.17.0.2)
5160
lint_roller (~> 1.1.0)
@@ -65,15 +74,39 @@ GEM
6574
rubocop-shopify (2.9.0)
6675
rubocop (~> 1.33)
6776
ruby-progressbar (1.13.0)
68-
sorbet (0.5.12028)
69-
sorbet-static (= 0.5.12028)
70-
sorbet-runtime (0.5.12028)
71-
sorbet-static (0.5.12028-universal-darwin)
72-
sorbet-static (0.5.12028-x86_64-linux)
77+
sorbet (0.5.12043)
78+
sorbet-static (= 0.5.12043)
79+
sorbet-runtime (0.5.12043)
80+
sorbet-static (0.5.12043-universal-darwin)
81+
sorbet-static (0.5.12043-x86_64-linux)
82+
sorbet-static-and-runtime (0.5.12043)
83+
sorbet (= 0.5.12043)
84+
sorbet-runtime (= 0.5.12043)
85+
spoom (1.6.1)
86+
erubi (>= 1.10.0)
87+
prism (>= 0.28.0)
88+
rbi (>= 0.2.3)
89+
sorbet-static-and-runtime (>= 0.5.10187)
90+
thor (>= 0.19.2)
7391
stringio (3.1.7)
92+
tapioca (0.16.11)
93+
benchmark
94+
bundler (>= 2.2.25)
95+
netrc (>= 0.11.0)
96+
parallel (>= 1.21.0)
97+
rbi (~> 0.2)
98+
sorbet-static-and-runtime (>= 0.5.11087)
99+
spoom (>= 1.2.0)
100+
thor (>= 1.2.0)
101+
yard-sorbet
102+
thor (1.3.2)
74103
unicode-display_width (3.1.4)
75104
unicode-emoji (~> 4.0, >= 4.0.4)
76105
unicode-emoji (4.0.4)
106+
yard (0.9.37)
107+
yard-sorbet (0.9.0)
108+
sorbet-runtime
109+
yard
77110

78111
PLATFORMS
79112
x86_64-darwin-19
@@ -88,6 +121,7 @@ DEPENDENCIES
88121
rubocop-rspec
89122
rubocop-shopify (~> 2.9.0)
90123
sorbet
124+
tapioca (~> 0.16.11)
91125

92126
BUNDLED WITH
93127
2.5.19

0 commit comments

Comments
 (0)