Refactor Gemfile

This commit is contained in:
Guilhem Lettron
2014-02-18 15:51:59 +01:00
parent a033dc818f
commit a9357d8162

14
Gemfile
View File

@@ -1,12 +1,14 @@
source "https://rubygems.org"
gem "chef", "~> 11.4.4"
gem "json", "<= 1.7.7" # chef 11 dependency
gem "chef", "~> 11"
gem "berkshelf", "~> 2.0.10"
gem "chefspec", "~> 3.0.2"
gem "foodcritic", "~> 3.0.3"
gem "strainer"
gem "rubocop"
group :test do
gem "chefspec", "~> 3.0.2"
gem "foodcritic", "~> 3.0.3"
gem "strainer"
gem "rubocop"
end
group :integration do
gem "test-kitchen", "~> 1.1.1"