diff --git a/forty_jekyll_theme.gemspec b/forty_jekyll_theme.gemspec index 03c46c6..5ca492a 100644 --- a/forty_jekyll_theme.gemspec +++ b/forty_jekyll_theme.gemspec @@ -13,5 +13,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.0" - spec.add_development_dependency "bundler", "~> 2.1" + spec.add_development_dependency "bundler", "~> 2.2" end