Skip to content

Commit 3f00fbc

Browse files
authored
Merge pull request #50 from jeremy-clerc/master
use upstream git library instead of outdated fork
2 parents 790d433 + 33de130 commit 3f00fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook-release.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424
spec.add_dependency 'mixlib-shellout'
2525
# TODO: support Chef 17 and leverage knife gem at some point
2626
spec.add_dependency 'chef', '>= 12.18.31', '< 17.0' # knife code has been moved to dedicated gem starting with Chef 17
27-
spec.add_dependency 'git-ng' # see https://github.com/schacon/ruby-git/issues/307
27+
spec.add_dependency 'git'
2828
spec.add_dependency 'unicode-emoji'
2929

3030

0 commit comments

Comments
 (0)