From 4499d67a68a39e7288493c8dcd6d882c1ab226e7 Mon Sep 17 00:00:00 2001 From: DmitryTsepelev Date: Sun, 7 Jun 2026 14:45:32 +0300 Subject: [PATCH] fix CI --- .github/workflows/rspec.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index 95450ba..2858bfb 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -68,6 +68,7 @@ jobs: - ruby: ruby-head gemfile: gemfiles/railsmaster.gemfile allow_failures: true + bundler: latest steps: - uses: actions/checkout@v2 @@ -78,6 +79,6 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true cache-version: 6 - bundler: 2.5.15 + bundler: ${{ matrix.bundler || '2.5.15' }} - name: Run RSpec run: bundle exec rake spec || $ALLOW_FAILURES