mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-04 15:49:13 +08:00
9 lines
122 B
Ruby
9 lines
122 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll', '~> 1.0'
|
|
if RUBY_VERSION >= '2.0.0'
|
|
gem 'byebug'
|
|
else
|
|
gem 'debugger'
|
|
end
|