Skip to content

Commit 9a959b2

Browse files
Update octokit requirement from ~> 4.0 to >= 4, < 6
Updates the requirements on [octokit](https://github.com/octokit/octokit.rb) to permit the latest version. - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md) - [Commits](octokit/octokit.rb@v4.0.0...v4.22.0) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67abe4a commit 9a959b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-pages-health-check.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818

1919
s.add_dependency("addressable", "~> 2.3")
2020
s.add_dependency("dnsruby", "~> 1.60")
21-
s.add_dependency("octokit", "~> 4.0")
21+
s.add_dependency("octokit", ">= 4", "< 6")
2222
s.add_dependency("public_suffix", ">= 3.0", "< 5.0")
2323
s.add_dependency("typhoeus", "~> 1.3")
2424
end

0 commit comments

Comments
 (0)