mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
require train 0.16
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
This commit is contained in:
parent
ae3827e457
commit
da3d6f0f2d
2 changed files with 1 additions and 8 deletions
7
Gemfile
7
Gemfile
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue