Skip to content
Snippets Groups Projects
Unverified Commit ec3bfecc authored by Patrick Marsceill's avatar Patrick Marsceill Committed by GitHub
Browse files

Merge pull request #227 from pmarsceill/dependabot/bundler/rake-gte-12.3.1-and-lt-13.1.0

Update rake requirement from ~> 12.3.1 to >= 12.3.1, < 13.1.0
parents fbbf6a5d a371a79f
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "bundler", "~> 2.1.4"
spec.add_runtime_dependency "jekyll", ">= 3.8.5", "< 4.1.0"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0"
spec.add_runtime_dependency "rake", "~> 12.3.1"
spec.add_runtime_dependency "rake", ">= 12.3.1", "< 13.1.0"
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment