Skip to content

Commit

Permalink
Set bundler to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 4, 2024
1 parent eb02f15 commit a52ab77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
ruby:
- 2.7
- 3.1
rails_version:
- 5.2.8.1
# - 5.2.8.1
- 6.0.5.1
- 6.1.6.1
- 7.0.3.1
Expand All @@ -29,6 +29,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: '2.5.2'
- name: Install dependencies
run: bundle install
env:
Expand Down

0 comments on commit a52ab77

Please sign in to comment.