Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow train 3.x dev dep #358

Merged
merged 1 commit into from
Jan 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions kitchen-docker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Gem::Specification.new do |spec|
spec.license = 'Apache 2.0'

spec.files = `git ls-files`.split($/)
spec.executables = []
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

Expand All @@ -36,5 +35,5 @@ Gem::Specification.new do |spec|

# Integration testing gems.
spec.add_development_dependency 'kitchen-inspec', '~> 1.1'
spec.add_development_dependency 'train', '~> 2.1'
spec.add_development_dependency 'train', '>= 2.1', '< 4.0' # validate 4.x when it's released
end