Skip to content

Commit

Permalink
CI: set bundler version in build.yaml
Browse files Browse the repository at this point in the history
Got error:
The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.3.26.
Try installing it with `gem install bundler -v 2.3.26`
https://github.com/manubot/manubot.org/actions/runs/3810306504/jobs/6482307652#step:4:7
  • Loading branch information
dhimmel committed Jan 1, 2023
1 parent 03f1605 commit 60cd785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ruby-version: '2.5'
- name: Install dependencies
run: |
gem install bundler
gem install bundler --version=2.3.26
bundle install --jobs=3
- name: Build website
run: bundle exec jekyll build
Expand Down

0 comments on commit 60cd785

Please sign in to comment.