Skip to content

Commit b26e2d3

Browse files
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](NARKOZ/gitlab@v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: gitlab dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d8a214 commit b26e2d3

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
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.7.0'
2727

2828
spec.add_runtime_dependency 'git', '~>1.7'
29-
spec.add_runtime_dependency 'gitlab', '~>4.0'
29+
spec.add_runtime_dependency 'gitlab', '>=4', '<6'
3030
spec.add_runtime_dependency 'octokit', '>=4', '<9'
3131
spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 8'
3232
spec.add_runtime_dependency 'thor', '1.3.0'

0 commit comments

Comments
 (0)