Forked from
Verified Software / psvg.doc.ic.ac.uk
788 commits behind the upstream repository.
-
Thomas Wood authoredThomas Wood authored
This project manages its dependencies using Bundler.
Learn more
Gemfile 429 B
source 'https://rubygems.org'
gem 'rake'
gem 'jekyll'
group :default, :jekyll_plugins do
gem 'jekyll-scholar', '~> 5.10'
#gem 'jekyll-scholar', :git => '/home/thomas/jekyll-scholar', :branch => 'master'
#gem 'jekyll-redirect-from' # Temporarily disable due to incompatibility with Jekyll 3.5.0
gem 'jekyll-feed'
gem 'jekyll-sitemap'
end
group :test do
gem 'html-proofer', '~> 3.0'
end
group :development do
end