jasonbrooks / centos / centos.org

Forked from centos/centos.org 4 years ago
Clone

Blame Gemfile

545090
source "https://rubygems.org"
545090
545090
# Hello! This is where you manage which Jekyll version is used to run.
545090
# When you want to use a different version, change it below, save the
545090
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
545090
#
545090
#     bundle exec jekyll serve
545090
#
545090
# This will help ensure the proper Jekyll version is running.
545090
# Happy Jekylling!
545090
gem "jekyll", "~> 3.8.5"
545090
545090
# This is the default theme for new Jekyll sites. You may change this to anything you like.
545090
#gem "minima", "~> 2.0"
545090
545090
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
545090
# uncomment the line below. To upgrade, run `bundle update github-pages`.
545090
# gem "github-pages", group: :jekyll_plugins
545090
545090
# If you have any plugins, put them here!
545090
group :jekyll_plugins do
545090
  gem "jekyll-feed", "~> 0.6"
545090
  gem "jekyll-haml"
545090
  gem "jekyll-sitemap"
c2ad4e
end
c2ad4e
545090
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
545090
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
c2ad4e
545090
# Performance-booster for watching directories on Windows
545090
gem "wdm", "~> 0.1.0" if Gem.win_platform?
c2ad4e