Skip to content

Commit

Permalink
move berkshelf dependency to test group
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Aug 25, 2016
1 parent 52f9e09 commit b231d30
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 @@ -9,12 +9,12 @@ end

group :test do
gem 'rake', '~> 10'
gem 'berkshelf', '~> 3.3.0'
gem 'chefspec', '~> 4.3.0'
gem 'coveralls', '~> 0.8.2', require: false
end

group :integration do
gem 'berkshelf', '~> 3.3.0'
gem 'test-kitchen', '~> 1.6'
gem 'kitchen-dokken'
gem 'kitchen-inspec', '~> 0.9'
Expand Down

0 comments on commit b231d30

Please sign in to comment.