From 34601957373e54d1f373a2a8f71e315064db7274 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 8 Jan 2021 21:06:07 +0100 Subject: [PATCH] Update exact Bundler version test * So that we test it does not pick the next patch version (2.2.4). * See https://github.com/ruby/setup-ruby/issues/138 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c13a48..40e6526 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -108,8 +108,8 @@ jobs: - uses: ./ with: ruby-version: 2.6 - bundler: 2.1.4 - - run: bundle --version | grep -F "Bundler version 2.1.4" + bundler: 2.2.3 + - run: bundle --version | grep -F "Bundler version 2.2.3" testDependencyOnBundler1: name: "Test gemfile depending on Bundler 1"