1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-21 20:30:10 +01:00
2016-01-15 17:40:32 -05:00

12 lines
156 B
Ruby

source "https://rubygems.org"
gem "github-pages"
gem "jekyll-seo-tag"
group :test do
gem "html-proofer"
gem "rake"
gem "rspec"
gem "nokogiri"
end