Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: "3.4"
bundler-cache: true
- name: Check Sorbet
run: bundle exec rake typecheck:tapioca typecheck:sorbet
Expand Down
4 changes: 2 additions & 2 deletions bin/prism
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ module Prism
["3.1", ["3.1"]],
["3.2", ["3.2"]],
["3.3", ["3.3"]],
["3.4", ["3.4"]],
["3.5", ["3.5", "typecheck"]],
["3.4", ["3.4", "typecheck"]],
["3.5", ["3.5"]],
["jruby", ["jruby"]],
["truffleruby", ["truffleruby"]]
].each do |ruby_version, gemfiles|
Expand Down
26 changes: 13 additions & 13 deletions gemfiles/typecheck/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ GEM
ast (2.4.2)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.2)
drb (2.2.1)
erubi (1.13.1)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
fileutils (1.7.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
Expand All @@ -40,12 +40,12 @@ GEM
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
power_assert (2.0.5)
prism (1.3.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rake-compiler (1.2.8)
rake-compiler (1.2.9)
rake
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
Expand All @@ -60,14 +60,14 @@ GEM
sexp_processor (~> 4.16)
securerandom (0.4.1)
sexp_processor (4.17.3)
sorbet (0.5.11708)
sorbet-static (= 0.5.11708)
sorbet-runtime (0.5.11708)
sorbet-static (0.5.11708-universal-darwin)
sorbet-static (0.5.11708-x86_64-linux)
sorbet-static-and-runtime (0.5.11708)
sorbet (= 0.5.11708)
sorbet-runtime (= 0.5.11708)
sorbet (0.5.11717)
sorbet-static (= 0.5.11717)
sorbet-runtime (0.5.11717)
sorbet-static (0.5.11717-universal-darwin)
sorbet-static (0.5.11717-x86_64-linux)
sorbet-static-and-runtime (0.5.11717)
sorbet (= 0.5.11717)
sorbet-runtime (= 0.5.11717)
spoom (1.5.0)
erubi (>= 1.10.0)
prism (>= 0.28.0)
Expand Down
Loading