diff options
author | Tim Smith <tsmith@chef.io> | 2016-08-25 10:19:32 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-08-25 10:19:32 -0700 |
commit | 5073b0de5524932065787cee580ea3e4efead97d (patch) | |
tree | 02c570fbbf8cfb623add6bd0ec3dcf61d89866fe /Gemfile | |
parent | f542f89d69f5eefa61a0c4193b851a71e44c6094 (diff) | |
download | chef-5073b0de5524932065787cee580ea3e4efead97d.tar.gz |
Chefspec 5.0 is out. Remove fetching from git master
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |