Skip to content

Commit

Permalink
Update just-the-docs.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bizhuka committed May 4, 2024
1 parent 6eaffa7 commit a7b22b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion just-the-docs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|_layouts|_includes|lib|Rakefile|_sass|LICENSE|README)}i) }
spec.executables << 'just-the-docs'

spec.add_development_dependency "bundler", "~> 2.4.22"
spec.add_development_dependency "bundler", "~> 2.5.10"
spec.add_runtime_dependency "jekyll", ">= 3.8.5"
spec.add_runtime_dependency "jekyll-seo-tag", ">= 2.0"
spec.add_runtime_dependency "rake", ">= 12.3.1", "< 13.1.0"
Expand Down

0 comments on commit a7b22b9

Please sign in to comment.