diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d56730..1ac5b66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,5 @@ jobs: with: ruby-version: ${{matrix.ruby}} bundler-cache: true + rubygems: latest - run: bundle exec rake test