-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update gem dependencies #146
Update gem dependencies #146
Conversation
This commit simply updates the dependencies for more recent versions.
This commit re-adds support for POST /organizations/ORGNAME/users. Since the code is very similar to /organizations/ORG/association_requests, we introduced a helper module to avoid code duplication.
Hi @marcparadise, is there anything I can do to help move this along? Thanks! |
|
||
gem 'chef', :github => 'opscode/chef', :tag => '12.1.0.rc.0' | ||
gem 'chef', :github => 'chef/chef', :tag => '12.4.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update this to 12.4.1 now? 12.4.0 had some regressions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
👍 |
Hey @andrewjamesbrown - thanks for this PR. I'm going to merge it into the WIP branch and we can continue discussion in #117 |
This commit simply updates the dependencies for more recent versions.