Skip to content

Commit 44d6170

Browse files
petergoldsteinraggi
authored andcommitted
Set the bundler version
1 parent 85a78fd commit 44d6170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
uses: ruby/setup-ruby@v1
2929
with:
3030
ruby-version: ${{ matrix.ruby }}
31+
bundler: 2.3.26
3132

3233
- name: Build and test with Rake
3334
run: |
34-
gem install bundler
3535
bundle install
3636
bundle exec rake

0 commit comments

Comments
 (0)