Skip to content

Commit 475d19a

Browse files
authored
Merge pull request #289 from voxpupuli/dependabot/bundler/gitlab-gte-4-and-lt-6
Update gitlab requirement from ~> 4.0 to >= 4, < 6
2 parents 4864bb2 + 965b59b commit 475d19a

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.8.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)