Skip to content

Commit

Permalink
Allow octokit 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ngan committed Nov 30, 2023
1 parent 7714d90 commit 3cbb9df
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", "< 9.0"
spec.add_runtime_dependency "terminal-table", ">= 1", "< 4"
end

0 comments on commit 3cbb9df

Please sign in to comment.