Skip to content

Commit 429111b

Browse files
authored
relax gitlab dependency to allow 6.x releases
1 parent efeae7d commit 429111b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pronto.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
3939
s.require_paths = ['lib']
4040
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
4141

42-
s.add_runtime_dependency('gitlab', '>= 4.4.0', '< 5.0')
42+
s.add_runtime_dependency('gitlab', '>= 4.4.0', '< 7.0')
4343
s.add_runtime_dependency('httparty', '>= 0.13.7', '< 1.0')
4444
s.add_runtime_dependency('octokit', '>= 4.7.0', '< 11.0')
4545
s.add_runtime_dependency('ostruct')

0 commit comments

Comments
 (0)