Skip to content

Commit

Permalink
Merge pull request #1470 from ngan/np-dont-pin-octokit
Browse files Browse the repository at this point in the history
Don't pin octokit dependency
  • Loading branch information
orta committed Dec 1, 2023
2 parents 7714d90 + 394044e commit b31a99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion danger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "kramdown", "~> 2.3"
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.0"
spec.add_runtime_dependency "no_proxy_fix"
spec.add_runtime_dependency "octokit", ">= 6.0", "< 8.0"
spec.add_runtime_dependency "octokit", ">= 6.0"
spec.add_runtime_dependency "terminal-table", ">= 1", "< 4"
end

0 comments on commit b31a99a

Please sign in to comment.