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