summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index dcbb078..31024da 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,9 @@ group :pedant do
end
group :development, :test do
- gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
+ gem "chefstyle"
+ gem "rake"
+ gem "rspec", "~> 3.0"
end
if ENV["GEMFILE_MOD"]