Skip to content

Commit

Permalink
Pinning to my chef-zero development branch which has support for remo…
Browse files Browse the repository at this point in the history
…ving associations when a user is added to an org
  • Loading branch information
tyler-ball committed Aug 19, 2015
1 parent aec3f5e commit d7bf1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source "https://rubygems.org"
gemspec

# TODO when chef-zero > 4.2.3 is released then just depend on that

gem 'chef-zero', git: 'https://github.com/chef/chef-zero'
gem 'chef-zero', github: 'chef/chef-zero', branch: 'tball/add_user_to_org'
gem 'chef', '= 12.3.0'

if RUBY_VERSION.to_f < 2.0
gem 'openssl_pkcs8'
Expand Down

0 comments on commit d7bf1c4

Please sign in to comment.