From 65e80213bedeba1419b54f461f659e410798c79e Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sat, 29 Jun 2024 19:26:26 +0900 Subject: [PATCH] update --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) 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