加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Gemfile 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
terrason 提交于 2023-02-16 18:44 . 文档修饰;修复链接;修复编码
# If you have OpenSSL installed, we recommend updating
# the following line to use "https"
source 'http://rubygems.org'
group :development do
gem 'html-proofer'
gem 'jekyll', '~> 3.0', '>= 3.0.1'
gem 'jekyll-paginate', '~> 1.1'
gem 'sass', '~> 3.4', '>= 3.4.20'
gem 'bourbon', '~> 4.2', '>= 4.2.6'
gem 'pygments.rb', '~> 0.6.3'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化