require train 0.16

Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
This commit is contained in:
Christoph Hartmann 2016-08-05 15:18:18 +02:00
parent ae3827e457
commit da3d6f0f2d
2 changed files with 1 additions and 8 deletions

View file

@ -8,13 +8,6 @@ if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
gem 'net-ssh', '~> 2.9'
end
#
# This has to be merged someone concurrently with a a version bump in
# train to avoid breaking users.
#
gem 'train', github: 'chef/train'
# TODO: ffi 1.9.11 is currently erroneous on windows tests
gem 'ffi', '= 1.9.10'

View file

@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.add_dependency 'train', '>=0.15.1', '<1.0'
spec.add_dependency 'train', '>=0.16.0', '<1.0'
spec.add_dependency 'thor', '~> 0.19'
spec.add_dependency 'json', '~> 1.8'
spec.add_dependency 'rainbow', '~> 2'