Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Updated Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Apr 8, 2014
1 parent d48be32 commit beef633
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gem 'berkshelf', '~> 2.0'
gem 'chefspec', '~> 2.0'
gem 'foodcritic', '~> 3.0'
gem 'rubocop', '~> 0.14'
gem 'rake'

group :test, :integration do
gem 'berkshelf', '~> 2.0.14'
end

group :test do
gem 'chefspec', '~> 3.4'
gem 'foodcritic', '~> 3.0.3'
gem 'rubocop', '~> 0.20'
end

group :integration do
gem 'busser-serverspec', '~> 0.2.6'
gem 'kitchen-vagrant', '~> 0.14'
gem 'test-kitchen', '~> 1.1'
end

# group :development do
# gem 'guard', '~> 2.0'
Expand All @@ -14,8 +27,3 @@ gem 'rubocop', '~> 0.14'
# gem 'rb-fsevent', :require => false
# gem 'rb-fchange', :require => false
# end

group :integration do
gem 'test-kitchen', '~> 1.0.0'
gem 'kitchen-vagrant', '~> 0.13'
end

0 comments on commit beef633

Please sign in to comment.