Enable docker builds for the site

This commit is contained in:
Luke Murphy
2020-03-30 17:13:41 +02:00
parent eb38c9514a
commit 97857a8c27
7 changed files with 37 additions and 45 deletions

View File

@ -11,5 +11,5 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
spec.add_development_dependency "jekyll", ">= 4"
spec.add_development_dependency "bundler", ">= 1.12"
spec.add_development_dependency "bundler", ">= 2.1.4"
end