Skip to content

Commit

Permalink
Merge pull request #110 from davidmogar/setup
Browse files Browse the repository at this point in the history
Change git required version
  • Loading branch information
domcleal authored Feb 15, 2017
2 parents f3cb44f + 08b08dc commit 899483f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulesync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'rubocop'

spec.add_runtime_dependency 'git', '~>1.2'
spec.add_runtime_dependency 'git', '~>1.3'
spec.add_runtime_dependency 'puppet-blacksmith', '~>3.0'
spec.add_runtime_dependency 'thor'
end

0 comments on commit 899483f

Please sign in to comment.