Skip to content

Commit

Permalink
Remove highline and nokogiri, and group test gems in Gemfile (#203)
Browse files Browse the repository at this point in the history
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
  • Loading branch information
clintoncwolfe committed Jan 23, 2018
1 parent 42b6b31 commit b6788d8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b6788d8

Please sign in to comment.