Skip to content

Commit

Permalink
Use bundler 2.4 rather than latest
Browse files Browse the repository at this point in the history
bundler 2.5 seems to not load the dependencies via engine cart correctly
  • Loading branch information
jcoyne committed Dec 27, 2023
1 parent 5cc88a0 commit bab9e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler: 'latest'
bundler: '2.4.22'
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
Expand Down

0 comments on commit bab9e3a

Please sign in to comment.