Browse Source

Use the latest rubygems and bundler

Akinori MUSHA 3 years ago
parent
commit
f3e8a6062b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -57,6 +57,8 @@ jobs:
           BUNDLE_WITHOUT: "production"
         with:
           ruby-version: ${{ matrix.ruby }}
+          rubygems: latest
+          bundler: latest
           bundler-cache: true
 
       - name: Set up database