diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ed139cf..64d8c0a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,6 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - rubygems: latest # Lint - name: Run linter @@ -62,7 +61,6 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - rubygems: latest # Validate Development Environment - name: bin/setup @@ -147,7 +145,6 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - rubygems: latest - name: Print Lockfile run: cat ${{ env.BUNDLE_GEMFILE }}.lock