]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Refactor Gemfile
authorGuilhem Lettron <guilhem.lettron@optiflows.com>
Tue, 18 Feb 2014 14:51:59 +0000 (15:51 +0100)
committerGuilhem Lettron <guilhem.lettron@optiflows.com>
Tue, 18 Feb 2014 14:51:59 +0000 (15:51 +0100)
Gemfile

diff --git a/Gemfile b/Gemfile
index 1211303d220a1769629e8e9c1545c89f865e8ef3..43b894710ec29e0cc78f16fff1344b78180e4e6c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -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"