From e704c4dc08fa04ef057a31b05723c3931c2ee215 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Sat, 4 Jan 2025 15:22:55 -0500 Subject: [PATCH] Bump typecheck CI check and deps --- .github/workflows/main.yml | 2 +- bin/prism | 4 ++-- gemfiles/typecheck/Gemfile.lock | 26 +++++++++++++------------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3c12658e4..b39744ccee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/bin/prism b/bin/prism index 3682e22c9d..14878dee90 100755 --- a/bin/prism +++ b/bin/prism @@ -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| diff --git a/gemfiles/typecheck/Gemfile.lock b/gemfiles/typecheck/Gemfile.lock index aa5867b084..19118c8034 100644 --- a/gemfiles/typecheck/Gemfile.lock +++ b/gemfiles/typecheck/Gemfile.lock @@ -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) @@ -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) @@ -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)