summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-29 18:15:50 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-29 18:15:50 -0800
commit1b5679d3fc50afca8fef9d54711366dd6c62362d (patch)
treea65e41172e7db17b96ddce7e3b70179dbdb9e8f8 /Gemfile
parent30dc4f1b2b7f93c866b29d54e8b701031f1fa824 (diff)
downloadchef-zero-1b5679d3fc50afca8fef9d54711366dd6c62362d.tar.gz
Use Chefstyle gem and move dev deps to the Gemfile
Use our standard setup Signed-off-by: Tim Smith <tsmith@chef.io>
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"]