rscons/Gemfile

15 lines
222 B
Ruby

source 'https://rubygems.org'
gem "rspec"
gem "rake"
gem "simplecov", "~> 0.15.0"
if RbConfig::CONFIG["host"]["msys"]
gem "json", "2.1.0"
else
gem "json"
gem "yard"
gem "rdoc"
gem "redcarpet"
gem "syntax"
end