mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01:00
8 lines
192 B
Ruby
8 lines
192 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem "jekyll", '=1.0.3'
|
|
gem 'liquid', '=2.5.0'
|
|
gem 'redcarpet', '=2.2.2'
|
|
gem 'maruku', '=0.6.1'
|
|
gem 'rdiscount', '=1.6.8'
|
|
gem 'RedCloth', '=4.2.9' |