Skip to content

Commit

Permalink
Merge pull request #631 from agrare/fix_bundler_version_failure_ruby_2_7
Browse files Browse the repository at this point in the history
Fix bundler version failure with ruby 2.7
  • Loading branch information
Fryguy authored Apr 2, 2024
2 parents e6359eb + afb8a21 commit 07de294
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: false # disable running 'bundle install' and caching installed gems see https://github.com/httprb/http/issues/572
- run: gem install rake bundler
- run: bundle install
- run: ${{ matrix.os_and_command.command }}
timeout-minutes: 10
Expand Down

0 comments on commit 07de294

Please sign in to comment.