diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da9f0c7..29c241d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,5 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - - name: Ensure Bundler is not in frozen mode - run: bundle config set --local frozen false - name: Run tests run: bundle exec rake