Font-Awesome/Gemfile

9 lines
122 B
Ruby
Raw Normal View History

2013-05-17 21:35:23 +08:00
source 'https://rubygems.org'
2013-06-13 02:28:15 +08:00
gem 'jekyll', '~> 1.0'
if RUBY_VERSION >= '2.0.0'
gem 'byebug'
else
gem 'debugger'
end