Skip to content

Commit 937e658

Browse files
authored
Upgrade Tapioca (#3581)
1 parent 2a56688 commit 937e658

16 files changed

+8845
-2376
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
os: [ubuntu-latest, macos-latest, windows-latest]
47-
ruby: ["3.1", "3.2", "3.3", "3.4"]
47+
ruby: ["3.2", "3.3", "3.4"]
4848
runs-on: ${{ matrix.os }}
4949
timeout-minutes: 30
5050
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}

Gemfile.lock

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ GEM
1111
remote: https://rubygems.org/
1212
specs:
1313
ast (2.4.2)
14-
benchmark (0.4.0)
14+
benchmark (0.4.1)
1515
date (3.4.1)
1616
debug (1.10.0)
1717
irb (~> 1.10)
1818
reline (>= 0.3.8)
1919
erubi (1.13.1)
2020
io-console (0.8.0)
21-
irb (1.15.1)
21+
irb (1.15.2)
2222
pp (>= 0.6.0)
2323
rdoc (>= 4.0.0)
2424
reline (>= 0.4.2)
25-
json (2.10.2)
26-
language_server-protocol (3.17.0.4)
25+
json (2.12.2)
26+
language_server-protocol (3.17.0.5)
2727
lint_roller (1.1.0)
2828
logger (1.7.0)
2929
minitest (5.25.5)
3030
mocha (2.7.1)
3131
ruby2_keywords (>= 0.0.5)
3232
netrc (0.11.0)
33-
parallel (1.26.3)
33+
parallel (1.27.0)
3434
parser (3.3.7.1)
3535
ast (~> 2.4.1)
3636
racc
@@ -40,13 +40,13 @@ GEM
4040
prettier_print (1.2.1)
4141
prettyprint (0.2.0)
4242
prism (1.4.0)
43-
psych (5.2.3)
43+
psych (5.2.6)
4444
date
4545
stringio
4646
racc (1.8.1)
4747
rainbow (3.1.1)
48-
rake (13.2.1)
49-
rbi (0.3.1)
48+
rake (13.3.0)
49+
rbi (0.3.3)
5050
prism (~> 1.0)
5151
rbs (>= 3.4.4)
5252
sorbet-runtime (>= 0.5.9204)
@@ -56,8 +56,10 @@ GEM
5656
rdoc (6.13.0)
5757
psych (>= 4.0.0)
5858
regexp_parser (2.10.0)
59-
reline (0.6.0)
59+
reline (0.6.1)
6060
io-console (~> 0.5)
61+
require-hooks (0.2.2)
62+
rexml (3.4.1)
6163
rubocop (1.72.0)
6264
json (~> 2.3)
6365
language_server-protocol (~> 3.17.0.2)
@@ -82,34 +84,37 @@ GEM
8284
rubocop (>= 1)
8385
ruby-progressbar (1.13.0)
8486
ruby2_keywords (0.0.5)
85-
sorbet (0.5.12119)
86-
sorbet-static (= 0.5.12119)
87-
sorbet-runtime (0.5.12119)
88-
sorbet-static (0.5.12119-universal-darwin)
89-
sorbet-static (0.5.12119-x86_64-linux)
90-
sorbet-static-and-runtime (0.5.12119)
91-
sorbet (= 0.5.12119)
92-
sorbet-runtime (= 0.5.12119)
93-
spoom (1.6.1)
87+
sorbet (0.5.12152)
88+
sorbet-static (= 0.5.12152)
89+
sorbet-runtime (0.5.12152)
90+
sorbet-static (0.5.12152-universal-darwin)
91+
sorbet-static (0.5.12152-x86_64-linux)
92+
sorbet-static-and-runtime (0.5.12152)
93+
sorbet (= 0.5.12152)
94+
sorbet-runtime (= 0.5.12152)
95+
spoom (1.7.2)
9496
erubi (>= 1.10.0)
9597
prism (>= 0.28.0)
96-
rbi (>= 0.2.3)
98+
rbi (>= 0.3.3)
99+
rbs (>= 4.0.0.dev.4)
100+
rexml (>= 3.2.6)
97101
sorbet-static-and-runtime (>= 0.5.10187)
98102
thor (>= 0.19.2)
99-
stringio (3.1.6)
103+
stringio (3.1.7)
100104
syntax_tree (6.2.0)
101105
prettier_print (>= 1.2.0)
102-
tapioca (0.16.11)
106+
tapioca (0.17.1)
103107
benchmark
104108
bundler (>= 2.2.25)
105109
netrc (>= 0.11.0)
106110
parallel (>= 1.21.0)
107-
rbi (~> 0.2)
111+
rbi (>= 0.3.1)
112+
require-hooks (>= 0.2.2)
108113
sorbet-static-and-runtime (>= 0.5.11087)
109-
spoom (>= 1.2.0)
114+
spoom (>= 1.7.0)
110115
thor (>= 1.2.0)
111116
yard-sorbet
112-
test-unit (3.6.7)
117+
test-unit (3.6.8)
113118
power_assert
114119
thor (1.3.2)
115120
unicode-display_width (3.1.4)

0 commit comments

Comments
 (0)