Skip to content

Commit 1e769d8

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 f52b2c1 commit 1e769d8

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

28-
spec.add_runtime_dependency 'git', '~>1.7'
28+
spec.add_runtime_dependency 'git', '>=1.7', '<3.0'
2929
spec.add_runtime_dependency 'gitlab', '~>4.0'
3030
spec.add_runtime_dependency 'octokit', '>=4', '<9'
3131
spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 8'

0 commit comments

Comments
 (0)