|
source "https://rubygems.org"
|
|
|
|
gem 'github-pages', '>200', group: :jekyll_plugins
|
|
gem 'jekyll-relative-links'
|
|
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
|
gem 'tzinfo-data'
|
|
|
|
# Explicit versions for reported security issue
|
|
gem 'activesupport', '>4.1.11'
|
|
|
|
gem "webrick", "~> 1.8"
|