Skip to content

Commit bd55bf8

Browse files
Update octokit requirement from >= 4, < 9 to >= 4, < 10
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.25.1) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 493d3cf commit bd55bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modulesync.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727

2828
spec.add_runtime_dependency 'git', '~>1.7'
2929
spec.add_runtime_dependency 'gitlab', '~>4.0'
30-
spec.add_runtime_dependency 'octokit', '>=4', '<9'
30+
spec.add_runtime_dependency 'octokit', '>=4', '<10'
3131
spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 8'
3232
spec.add_runtime_dependency 'thor', '1.3.0'
3333
end

0 commit comments

Comments
 (0)