mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 03:08:51 +01:00
8 lines
192 B
Ruby
8 lines
192 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem "jekyll", '=1.0.2'
|
|
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' |