Skip to content

Commit

Permalink
install latest bundler compatible with system ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 5, 2024
1 parent 85c5746 commit 777807c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
if: ${{ matrix.ruby == 'system' }}
- name: Set up Ruby ${{ matrix.ruby }} pt 2
run: |
gem install bundler
gem install bundler -v `bundle env | grep -A1 BUNDLED | tr -d ' ' | grep -v 'BUNDLED'`
gem install bundler -v '~>2.4'
bundle install
bundle info bundler
working-directory: getargv_ruby
Expand Down

0 comments on commit 777807c

Please sign in to comment.