Skip to content

Commit

Permalink
Merge pull request #89 from chef/chris-rock/mixlib-shell
Browse files Browse the repository at this point in the history
loose restriction for mixlib-shellout
  • Loading branch information
arlimus committed Apr 24, 2016
2 parents ead8ca9 + be93f22 commit ef48110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion train.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'json', '~> 1.8'
spec.add_dependency 'mixlib-shellout', '~> 2.1'
# chef-client < 12.4.1 require mixlib-shellout-2.0.1
spec.add_dependency 'mixlib-shellout', '~> 2.0'
# net-ssh 3.x drops Ruby 1.9 support, so this constraint could be raised when
# 1.9 support is no longer needed here or for Inspec
spec.add_dependency 'net-ssh', '>= 2.9', '< 4.0'
Expand Down

0 comments on commit ef48110

Please sign in to comment.