Skip to content

Commit

Permalink
Fix for Travis CI build failure(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
djoos committed Aug 20, 2014
1 parent c3425a6 commit f8f4d0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@ source 'https://rubygems.org'

gem 'rake'

group :lint do
group :lint do
gem 'rubocop', '~> 0.18'
gem 'foodcritic', '~> 3.0'
end

group :unit, :integration do
gem 'berkshelf', '~> 2.0'
gem 'berkshelf', '~> 3.0'
end

group :unit do
gem 'chefspec', '~> 3.1'
gem 'rspec-expectations', '~> 2.14.0'
end

group :integration do
gem 'test-kitchen', '~> 1.2'
gem 'kitchen-vagrant', '~> 0.11'
gem 'serverspec', '~> 1.0'
end
end

0 comments on commit f8f4d0c

Please sign in to comment.