Gemfile
1 2 3 4 5 6 7 8 9 10 11 12 13
# ./Gemfile source 'https://rubygems.org' gem "nanoc" gem "extlib" gem "bb-ruby" gem "builder" gem "less" gem "therubyracer" gem "coderay" gem "glyph" gem "RedCloth" gem "rdiscount"