Skip to content

Commit

Permalink
Freeze bundler version for ruby versioning issue preventing building
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancashman committed Dec 15, 2023
1 parent 67bfb9b commit 97d526f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
ruby-version: '2.6'
- name: Install ruby dependencies
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle
- name: Set up AWS credentials (+ set default user)
run: |
Expand Down

0 comments on commit 97d526f

Please sign in to comment.