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 Dec 31, 2023
1 parent d717fc0 commit 76aac55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
ruby:
- 2.7
- 3.1
rails_version:
- 5.2.8.1
- 6.0.5.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 76aac55

Please sign in to comment.