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 691d8cd commit 6f33142
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ 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.4.2'
RUBYGEMS_VERSION: '~> 3.2.3'
BUNDLER_GEM_VERSION: '2.4.2'
RUBYGEMS_VERSION: '3.2.3'
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -93,8 +93,8 @@ 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.4.2'
RUBYGEMS_VERSION: '~> 3.2.3'
BUNDLER_GEM_VERSION: '2.4.2'
RUBYGEMS_VERSION: '3.2.3'
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 6f33142

Please sign in to comment.