From 691d8cd27cb4fbe62468c557e45e232e48908190 Mon Sep 17 00:00:00 2001 From: Rick Paxton Date: Thu, 25 Jan 2024 13:08:15 -0500 Subject: [PATCH] Update ruby versions --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6829b6c..7025d8f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: CHECK: '${{ matrix.check }}' PUPPET_GEM_VERSION: '~> ${{ matrix.puppet }}' # lock to 2.1.0 because 2.2.0 is causing issues during builds - BUNDLER_GEM_VERSION: '~> 2.1.0' + BUNDLER_GEM_VERSION: '~> 2.4.2' RUBYGEMS_VERSION: '~> 3.2.3' steps: - name: Checkout repository @@ -93,7 +93,7 @@ jobs: env: PUPPET_GEM_VERSION: '~> ${{ matrix.puppet }}' # lock to 2.1.0 because 2.2.0 is causing issues during builds - BUNDLER_GEM_VERSION: '~> 2.1.0' + BUNDLER_GEM_VERSION: '~> 2.4.2' RUBYGEMS_VERSION: '~> 3.2.3' steps: - name: Checkout repository