Skip to content

Commit 68ed09c

Browse files
Update git requirement from ~> 1.7 to >= 1.7, < 3.0
Updates the requirements on [git](https://github.com/ruby-git/ruby-git) to permit the latest version. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md) - [Commits](ruby-git/ruby-git@v1.7.0...v2.0.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0279e4 commit 68ed09c

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
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
spec.add_development_dependency 'simplecov'
2424
spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.7.0'
2525

26-
spec.add_runtime_dependency 'git', '~>1.7'
26+
spec.add_runtime_dependency 'git', '>=1.7', '<3.0'
2727
spec.add_runtime_dependency 'gitlab', '~>4.0'
2828
spec.add_runtime_dependency 'octokit', '>=4', '<9'
2929
spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 8'

0 commit comments

Comments
 (0)