Update forty_jekyll_theme.gemspec

This commit is contained in:
Andrew Banchich 2019-09-15 18:52:07 +00:00
parent 8f27899858
commit 2a58340b3a

View file

@ -12,6 +12,6 @@ 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", "~> 3.3"
spec.add_development_dependency "jekyll", "~> 4.0"
spec.add_development_dependency "bundler", "~> 1.12"
end