Skip to content

Commit

Permalink
Merge pull request #358 from test-kitchen/new_train
Browse files Browse the repository at this point in the history
Allow train 3.x dev dep
  • Loading branch information
tas50 committed Jan 2, 2020
2 parents c2f715e + 72e4cc3 commit 73f88e6
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit 73f88e6

Please # to comment.