3 Star 0 Fork 0

Gitee 极速下载 / yard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/lsegal/yard
克隆/下载
Gemfile 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
Loren Segal 提交于 2023-01-05 17:04 . Need to use Rack 2.x for testing 2.2+
# frozen_string_literal: true
source 'https://rubygems.org'
group :development do
gem 'rspec', '>= 3.11.0'
gem 'rake'
gem 'rdoc', '= 6.1.2.1'
gem 'json'
gem 'simplecov'
gem 'samus', '~> 3.0.9', :require => false
gem 'coveralls_reborn', :require => false
gem 'webrick'
end
group :asciidoc do
gem 'asciidoctor'
end
group :markdown do
gem 'redcarpet'
gem 'commonmarker'
end
group :textile do
gem 'RedCloth'
end
group :server do
gem 'rack', '~> 2.0'
end
group :i18n do
gem 'gettext'
end
1
https://gitee.com/mirrors/yard.git
git@gitee.com:mirrors/yard.git
mirrors
yard
yard
main

搜索帮助