From c15ff569401b31321a324666c210d4e8598355ef Mon Sep 17 00:00:00 2001 From: Jonathan Abbett Date: Thu, 17 Jun 2021 15:50:06 -0400 Subject: [PATCH] Rails versino --- .github/workflows/ruby.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index d9152e2..3a26f63 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -22,12 +22,10 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Ruby + uses: ruby/setup-ruby@v1 + - name: Generate lockfile env: RAILS_VERSION: ${{ matrix.rails-version }} - uses: ruby/setup-ruby@v1 - # with: - # bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - name: Generate lockfile run: bundle lock - name: Cache dependencies uses: actions/cache@v1