mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-22 02:11:06 +00:00
update to Jekyll ~> 4.0
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "hitchens-theme"
|
||||
spec.version = "0.7.2"
|
||||
spec.version = "0.8.0"
|
||||
spec.authors = ["Pat Dryburgh"]
|
||||
spec.email = ["hello@patdryburgh.com"]
|
||||
|
||||
@ -12,8 +12,8 @@ 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_runtime_dependency "jekyll", "~> 3.8"
|
||||
spec.add_runtime_dependency "jekyll", "~> 4.0"
|
||||
|
||||
spec.add_development_dependency "bundler", "~> 1.17"
|
||||
spec.add_development_dependency "bundler", "~> 2.1"
|
||||
spec.add_development_dependency "rake", "~> 12.0"
|
||||
end
|
||||
|
Reference in New Issue
Block a user