summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-08-25 10:19:32 -0700
committerTim Smith <tsmith@chef.io>2016-08-25 10:19:32 -0700
commit5073b0de5524932065787cee580ea3e4efead97d (patch)
tree02c570fbbf8cfb623add6bd0ec3dcf61d89866fe
parentf542f89d69f5eefa61a0c4193b851a71e44c6094 (diff)
downloadchef-5073b0de5524932065787cee580ea3e4efead97d.tar.gz
Chefspec 5.0 is out. Remove fetching from git master
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e06ab4ed44..a2a2bfe088 100644
--- a/Gemfile
+++ b/Gemfile
@@ -35,7 +35,7 @@ group(:integration) do
gem "chef-provisioning-aws"
gem "chef-rewind"
gem "chef-sugar"
- gem "chefspec", git: "https://github.com/sethvargo/chefspec", branch: "master"
+ gem "chefspec"
gem "halite"
gem "poise"
gem "knife-windows"