Skip to content

Commit

Permalink
Make test-kitchen a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jaym committed Jan 7, 2016
1 parent 9afb9d9 commit 677b7e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ end
group :tools do
gem 'github_changelog_generator', '~> 1'
end

group :development do
gem 'test-kitchen', '~> 1.4', :require => nil
end
1 change: 0 additions & 1 deletion kitchen-inspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |spec|
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.add_dependency 'test-kitchen', '~> 1.4'
spec.add_dependency 'inspec', '~> 0.9'
spec.add_development_dependency 'countloc', '~> 0.4'
spec.add_development_dependency 'bundler', '~> 1.10'
Expand Down

0 comments on commit 677b7e8

Please sign in to comment.