Font-Awesome/Gemfile

9 lines
122 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'
if RUBY_VERSION >= '2.0.0'
gem 'byebug'
else
gem 'debugger'
end