mirror of
https://github.com/inspec/inspec
synced 2025-02-03 07:43:30 +00:00
Merge pull request #216 from chef/tball/deps
Updating Gemfile grouped dependencies to match what is already in the ChefDK
This commit is contained in:
commit
105999b0d4
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
@ -6,16 +6,16 @@ group :test do
|
|||
gem 'bundler', '~> 1.5'
|
||||
gem 'minitest', '~> 5.5'
|
||||
gem 'rake', '~> 10'
|
||||
gem 'rubocop', '~> 0.33.0'
|
||||
gem 'rubocop', '~> 0.32'
|
||||
gem 'simplecov', '~> 0.10'
|
||||
gem 'concurrent-ruby', '~> 0.9'
|
||||
end
|
||||
|
||||
group :integration do
|
||||
gem 'berkshelf', '~> 4.0'
|
||||
gem 'test-kitchen', git: 'https://github.com/chris-rock/test-kitchen', branch: 'test-path'
|
||||
gem 'test-kitchen'
|
||||
gem 'kitchen-vagrant'
|
||||
gem 'kitchen-inspec', git: 'git@github.com:chef/kitchen-inspec.git'
|
||||
gem 'kitchen-inspec'
|
||||
end
|
||||
|
||||
group :tools do
|
||||
|
|
Loading…
Reference in a new issue