Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
rubygems: 4.0.7
- name: Run type check
run: bin/typecheck
- name: Run type check with Prism parser
run: bin/typecheck --parser=prism
continue-on-error: true
- name: Lint Ruby files
run: bin/style
- name: Verify documentation
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,15 +366,15 @@ GEM
rack (>= 3.2.0)
redis-client (>= 0.26.0)
smart_properties (1.17.0)
sorbet (0.6.12997)
sorbet-static (= 0.6.12997)
sorbet-runtime (0.6.12997)
sorbet-static (0.6.12997-aarch64-linux)
sorbet-static (0.6.12997-universal-darwin)
sorbet-static (0.6.12997-x86_64-linux)
sorbet-static-and-runtime (0.6.12997)
sorbet (= 0.6.12997)
sorbet-runtime (= 0.6.12997)
sorbet (0.6.13048)
sorbet-static (= 0.6.13048)
sorbet-runtime (0.6.13048)
sorbet-static (0.6.13048-aarch64-linux)
sorbet-static (0.6.13048-universal-darwin)
sorbet-static (0.6.13048-x86_64-linux)
sorbet-static-and-runtime (0.6.13048)
sorbet (= 0.6.13048)
sorbet-runtime (= 0.6.13048)
spoom (1.7.11)
erubi (>= 1.10.0)
prism (>= 0.28.0)
Expand Down
1 change: 1 addition & 0 deletions sorbet/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--dir
.
--parser=prism
--ignore=/vendor
--enable-experimental-requires-ancestor
--enable-experimental-rbs-comments
Expand Down
Loading