提交 34f0d86c 编写于 作者: C codecalm

bundle install fix

上级 6bdb5282
......@@ -27,7 +27,7 @@ jobs:
ruby-version: '2.4.x'
- name: Set up Bundler
run: gem install bundler -v "~> 2.0"
run: gem install bundler -v "~> 1.17"
- run: ruby --version
- run: gem --version
......
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "jekyll", "~> 4.0"
group :jekyll_plugins do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册