mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-16 02:00:28 +08:00
e66c2c55a7
updated gems refers to #3996
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
|