From 2d93d83b888a9f4e322885a7ed29a094fa63d075 Mon Sep 17 00:00:00 2001 From: Dezeray Kowalski Date: Wed, 6 Mar 2024 14:00:18 -0700 Subject: [PATCH] fix ci Co-authored-by: Nate Perry --- .github/workflows/rspec.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rspec.yaml b/.github/workflows/rspec.yaml index bc27c9a..67bcbe6 100644 --- a/.github/workflows/rspec.yaml +++ b/.github/workflows/rspec.yaml @@ -22,11 +22,10 @@ jobs: env: RAILS_ENV: test run: | - gem install bundler:1.17.3 - bundle _1.17.3_ install + bundle install - name: Run tests env: RAILS_ENV: test run: | - bundle exec rspec \ No newline at end of file + bundle exec rspec