Skip to content

Commit

Permalink
update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Jan 15, 2016
1 parent 25781de commit 9263bba
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,22 @@ group :guard do
end

group :test do
gem 'bundler', '~> 1.5'
gem 'minitest', '~> 5.5'
gem 'rake', '~> 10'
gem 'rubocop', '~> 0.32'
gem 'simplecov', '~> 0.10'
gem 'concurrent-ruby', '~> 0.9'
gem 'codeclimate-test-reporter', :require => nil
end

group :tools do
gem 'github_changelog_generator', '~> 1'
end

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

group :tools do
gem 'pry', '~> 0.10'
gem 'github_changelog_generator', '~> 1'
end

0 comments on commit 9263bba

Please sign in to comment.