We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0279e4 commit 68ed09cCopy full SHA for 68ed09c
modulesync.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
spec.add_development_dependency 'simplecov'
24
spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.7.0'
25
26
- spec.add_runtime_dependency 'git', '~>1.7'
+ spec.add_runtime_dependency 'git', '>=1.7', '<3.0'
27
spec.add_runtime_dependency 'gitlab', '~>4.0'
28
spec.add_runtime_dependency 'octokit', '>=4', '<9'
29
spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 8'
0 commit comments