Font-Awesome/Gemfile

9 lines
173 B
Ruby
Raw Normal View History

2013-05-17 13:35:23 +00:00
source 'https://rubygems.org'
2013-06-12 18:28:15 +00:00
gem 'jekyll', '~> 1.0'
2015-03-24 12:45:56 +00:00
gem 'safe_yaml', '~> 1.0.4'
gem 'sass', '~> 3.0'
gem 'less', '~> 2.5.0'
2016-10-10 17:56:56 +00:00
gem 'libv8', '~> 3.16.14.0'
gem 'therubyracer'