1
0
Fork 0
blog.kempkens.io/Gemfile

13 lines
247 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
2014-05-10 15:57:51 +00:00
ruby '2.1.2'
2014-10-12 16:05:19 +00:00
gem 'jekyll', '~> 2.4.0'
gem 'jekyll-assets', '~> 0.10.0'
2014-10-12 16:05:19 +00:00
gem 'kramdown', '~> 1.4.2'
gem 'therubyracer', '~> 0.12.1'
2014-08-13 19:11:56 +00:00
gem 'less', '~> 2.6.0'
2014-08-13 19:11:56 +00:00
gem 'uglifier', '~> 2.5.3'
gem 'yui-compressor', '~> 0.12.0'