Font-Awesome/Gemfile

9 lines
173 B
Ruby
Raw Normal View History

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