From be0dfe5e3fae2a64c7e69536827b1e06bb0f2ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:19:26 +0000 Subject: [PATCH] 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](https://github.com/octokit/octokit.rb/compare/v4.0.0...v4.25.1) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modulesync.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulesync.gemspec b/modulesync.gemspec index 3921e6e..ff78940 100644 --- a/modulesync.gemspec +++ b/modulesync.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'git', '~>1.7' spec.add_runtime_dependency 'gitlab', '>=4', '<6' - spec.add_runtime_dependency 'octokit', '>=4', '<9' + spec.add_runtime_dependency 'octokit', '>=4', '<10' spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 8' spec.add_runtime_dependency 'thor', '1.3.0' end