From 965b59b305b7a3bb30a4ea84f6d7ece621429e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 07:35:55 +0000 Subject: [PATCH] Update gitlab requirement from ~> 4.0 to >= 4, < 6 Updates the requirements on [gitlab](https://github.com/NARKOZ/gitlab) to permit the latest version. - [Release notes](https://github.com/NARKOZ/gitlab/releases) - [Commits](https://github.com/NARKOZ/gitlab/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: gitlab 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 3b6f1ab..3921e6e 100644 --- a/modulesync.gemspec +++ b/modulesync.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0' spec.add_runtime_dependency 'git', '~>1.7' - spec.add_runtime_dependency 'gitlab', '~>4.0' + spec.add_runtime_dependency 'gitlab', '>=4', '<6' spec.add_runtime_dependency 'octokit', '>=4', '<9' spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 8' spec.add_runtime_dependency 'thor', '1.3.0'