Skip to content

Commit 0cb19ca

Browse files
author
陈刑
committed
bundler version 2.4.2
1 parent 876cc4a commit 0cb19ca

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,11 @@ jobs:
121121
run: |
122122
if [ ! -e $PREFIX/bin/bundle ]; then
123123
export PATH="$PREFIX/bin:$PATH"
124-
gem install bundler -v '~> 1' $NO_DOCUMENT
124+
gem install bundler -v 2.4.2 $NO_DOCUMENT
125125
fi
126126
127127
- run: echo "$PREFIX/bin" >> $GITHUB_PATH
128128
- run: ruby --version
129-
- run: ruby -ropen-uri -e 'puts URI.send(:open, %{https://rubygems.org/}) { |f| f.read(1024) }'
130-
- name: Install JSON gem
131-
run: gem install json -v '2.2.0' $NO_DOCUMENT
132129
- run: bundle --version
133130
- run: bundle install
134131
- name: Setup Pages

0 commit comments

Comments
 (0)