mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
14 lines
357 B
Ruby
14 lines
357 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# require 'json'
|
|
# require 'open-uri'
|
|
# versions = JSON.parse(open('https://pages.github.com/versions.json').read)
|
|
|
|
group :jekyll_plugins do
|
|
gem 'github-pages' #, versions['github-pages']
|
|
gem 'jekyll-octicons'
|
|
gem 'jekyll-livereload'
|
|
end
|
|
|
|
gem 'rb-fsevent', '0.9.8' # See issue https://github.com/guard/listen/issues/431
|