Skip to content

Commit bd16eeb

Browse files
authored
update sorbet-static versions (#51)
1 parent f51d1b9 commit bd16eeb

1 file changed

Lines changed: 20 additions & 26 deletions

File tree

Gemfile.lock

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GEM
5757
concurrent-ruby (1.2.0)
5858
constant_resolver (0.2.0)
5959
crass (1.0.6)
60-
diff-lcs (1.5.0)
60+
diff-lcs (1.5.1)
6161
erubi (1.12.0)
6262
i18n (1.12.0)
6363
concurrent-ruby (~> 1.0)
@@ -69,9 +69,10 @@ GEM
6969
minitest (5.17.0)
7070
mocha (2.0.2)
7171
ruby2_keywords (>= 0.0.5)
72-
netrc (0.11.0)
7372
nokogiri (1.14.2-arm64-darwin)
7473
racc (~> 1.4)
74+
nokogiri (1.14.2-x86_64-darwin)
75+
racc (~> 1.4)
7576
nokogiri (1.14.2-x86_64-linux)
7677
racc (~> 1.4)
7778
parallel (1.22.1)
@@ -98,11 +99,11 @@ GEM
9899
zeitwerk (~> 2.5)
99100
rainbow (3.1.1)
100101
rake (13.0.6)
101-
rbi (0.0.16)
102+
rbi (0.0.17)
102103
ast
103-
parser (>= 2.6.4.0)
104+
parser (>= 3.0.0)
104105
sorbet-runtime (>= 0.5.9204)
105-
unparser
106+
unparser (>= 0.5.6)
106107
regexp_parser (2.7.0)
107108
rexml (3.2.5)
108109
rubocop (1.45.1)
@@ -120,46 +121,39 @@ GEM
120121
ruby-progressbar (1.11.0)
121122
ruby2_keywords (0.0.5)
122123
smart_properties (1.17.0)
123-
sorbet (0.5.10672)
124-
sorbet-static (= 0.5.10672)
124+
sorbet (0.5.11353)
125+
sorbet-static (= 0.5.11353)
125126
sorbet-runtime (0.5.10672)
126-
sorbet-static (0.5.10672-universal-darwin-20)
127-
sorbet-static (0.5.10672-universal-darwin-22)
128-
sorbet-static (0.5.10672-x86_64-linux)
129-
sorbet-static-and-runtime (0.5.10672)
130-
sorbet (= 0.5.10672)
131-
sorbet-runtime (= 0.5.10672)
132-
spoom (1.1.15)
127+
sorbet-static (0.5.11353-universal-darwin)
128+
sorbet-static (0.5.11353-x86_64-linux)
129+
spoom (1.1.16)
133130
sorbet (>= 0.5.10187)
134131
sorbet-runtime (>= 0.5.9204)
135132
thor (>= 0.19.2)
136-
tapioca (0.10.5)
133+
tapioca (0.7.3)
137134
bundler (>= 1.17.3)
138-
netrc (>= 0.11.0)
139-
parallel (>= 1.21.0)
140-
rbi (~> 0.0.0, >= 0.0.16)
141-
sorbet-static-and-runtime (>= 0.5.10187)
135+
pry (>= 0.12.2)
136+
rbi (~> 0.0.0, >= 0.0.14)
137+
sorbet-runtime (>= 0.5.9204)
138+
sorbet-static (>= 0.5.9204)
142139
spoom (~> 1.1.0, >= 1.1.11)
143140
thor (>= 1.2.0)
144141
yard-sorbet
145142
thor (1.2.1)
146143
tzinfo (2.0.6)
147144
concurrent-ruby (~> 1.0)
148145
unicode-display_width (2.4.2)
149-
unparser (0.6.7)
146+
unparser (0.6.8)
150147
diff-lcs (~> 1.3)
151148
parser (>= 3.2.0)
152-
webrick (1.7.0)
153-
yard (0.9.28)
154-
webrick (~> 1.7.0)
155-
yard-sorbet (0.8.0)
149+
yard (0.9.36)
150+
yard-sorbet (0.8.1)
156151
sorbet-runtime (>= 0.5)
157152
yard (>= 0.9)
158153
zeitwerk (2.6.7)
159154

160155
PLATFORMS
161-
arm64-darwin-20
162-
arm64-darwin-22
156+
universal-darwin
163157
x86_64-linux
164158

165159
DEPENDENCIES

0 commit comments

Comments
 (0)