Skip to content

Commit

Permalink
reorg gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Jan 20, 2016
1 parent a582971 commit b5413f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ group :test do
gem 'rubocop', '~> 0.32'
gem 'concurrent-ruby', '~> 0.9'
gem 'codeclimate-test-reporter', :require => nil
gem 'test-kitchen', '~> 1.4', :require => nil
end

group :integration do
gem 'berkshelf'
gem 'test-kitchen', '~> 1.4', :require => nil
gem 'kitchen-dokken'
end

Expand Down

0 comments on commit b5413f8

Please sign in to comment.