1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-01 16:13:02 +02:00
choosealicense.com/Gemfile
2015-11-01 22:02:31 -05:00

11 lines
139 B
Ruby

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