We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509421c commit ef5b24fCopy full SHA for ef5b24f
just-the-docs.gemspec
@@ -13,9 +13,9 @@ Gem::Specification.new do |spec|
13
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|_layouts|_includes|lib|Rakefile|_sass|LICENSE|README)}i) }
14
spec.executables << 'just-the-docs'
15
16
- spec.add_runtime_dependency "bundler", "~> 2.1.4"
+ spec.add_runtime_dependency "bundler", "> 2.1.4"
17
spec.add_runtime_dependency "jekyll", ">= 3.8.5", "< 4.1.0"
18
- spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0"
+ spec.add_runtime_dependency "jekyll-seo-tag", "> 2.0"
19
spec.add_runtime_dependency "rake", ">= 12.3.1", "< 13.1.0"
20
21
end
0 commit comments