Skip to content

Commit

Permalink
Update ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Paxton committed Jan 25, 2024
1 parent 82517e9 commit 691d8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 691d8cd

Please sign in to comment.