From 160b2effb1c7454e31e31bea24b04535efba3aac Mon Sep 17 00:00:00 2001 From: Abe Voelker <_@abevoelker.com> Date: Sat, 27 Apr 2024 15:50:20 -0500 Subject: [PATCH] fix deprecations --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d13a355..212deb1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,12 +37,12 @@ jobs: - ruby-version: 3.2 rails-version: "6.0" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18 - name: Install Yarn @@ -61,7 +61,7 @@ jobs: BUNDLE_GEMFILE=$RAILS_NEW_GEMFILE bundle rails new dummy_app --database=sqlite3 --skip-active-storage --skip-action-cable --skip-spring --skip-listen --skip-test - # XXX Dumb workaround for Rails 7 "rails new" not working with Ruby 2.7 out of the box + # XXX VERY DUMB workaround for Rails 7's "rails new" default Gemfile not working with Ruby 2.7 # e.g. https://github.com/abevoelker/devise-passwordless/actions/runs/8132843679/job/22223730812#step:7:292 # SUPPOSEDLY Rails 7 supports Ruby 2.7 but the "debug" gem dependency pulls in a "sqlite3" version which is # incompatible with Ruby 2.7