Skip to content

Commit

Permalink
Fix bundler version failure with ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Apr 2, 2024
1 parent e6359eb commit afb8a21
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 afb8a21

Please sign in to comment.