Skip to content
Snippets Groups Projects
Gemfile 429 B
Newer Older
Thomas Wood's avatar
Thomas Wood committed
group :default, :jekyll_plugins do
  #gem 'jekyll-scholar', :git => '/home/thomas/jekyll-scholar', :branch => 'master'
  #gem 'jekyll-redirect-from'   # Temporarily disable due to incompatibility with Jekyll 3.5.0
end

group :test do
  gem 'html-proofer', '~> 3.0'
end

group :development do
end