Skip to content

Commit

Permalink
Merge pull request #280 from candlepin/nikos/fix_bundler_version_issue
Browse files Browse the repository at this point in the history
Fix bundler gem install error
  • Loading branch information
Januson authored Mar 1, 2024
2 parents 3ae7a86 + 31d0f5a commit db15f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install gems
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
- name: Build site with Jekyll
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Install gems
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
- name: Build site with Jekyll
Expand Down

0 comments on commit db15f6e

Please sign in to comment.