mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Remove highline and nokogiri, and group test gems in Gemfile (#203)
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
42b6b31566
commit
b6788d80d5
1 changed files with 6 additions and 5 deletions
11
Gemfile
11
Gemfile
|
@ -1,13 +1,14 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rake'
|
||||
gem 'inspec', '~> 1'
|
||||
gem 'rubocop', '~> 0.51.0'
|
||||
gem 'highline', '~> 1.6.0'
|
||||
gem 'aws-sdk', '~> 2'
|
||||
gem 'nokogiri'
|
||||
gem 'minitest', '5.10.1'
|
||||
|
||||
group :tools do
|
||||
gem 'github_changelog_generator', '~> 1.12.0'
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem 'rake'
|
||||
gem 'rubocop', '~> 0.51.0'
|
||||
gem 'minitest', '5.10.1'
|
||||
end
|
Loading…
Reference in a new issue