Skip to content

Commit fb630c4

Browse files
authored
Merge pull request #641 from share/pin-bundler
👷‍♀️ Specify `bundler` version
2 parents d985e90 + a5e10e6 commit fb630c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
ruby-version: '2.7'
2525
- name: Install
26-
run: cd docs && gem install bundler && bundle install
26+
run: cd docs && gem install bundler -v 2.4.22 && bundle install
2727
- name: Build
2828
run: cd docs && bundle exec jekyll build

0 commit comments

Comments
 (0)