Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use https rubygems | Seth Vargo | 2013-07-26 | 1 | -1/+1 |
| | |||||
* | CHEF-4314: Pin active_support < 4.0.0 due to atomic + CAS issues | sersut | 2013-07-16 | 1 | -1/+1 |
| | |||||
* | [CHEF-3840] fix rdiscount compile on windows by excluding group | sdelano | 2013-02-06 | 1 | -1/+4 |
| | | | | | This requires an update to the scripts for the test stage of the omnibus Ci pipeline, but is probably the better long term solution | ||||
* | Merge branch '10.16.4-release' into 10-stable | Bryan McLellan | 2012-12-24 | 1 | -0/+1 |
|\ | |||||
| * | CHEF-3718: pin systemu version for windows | Lamont Granquist | 2012-12-24 | 1 | -0/+1 |
| | | |||||
* | | replace thin w/ webrick for func. test server | danielsdeleo | 2012-11-27 | 1 | -6/+0 |
|/ | |||||
* | Add thin back into the development group for Windows | Bryan McLellan | 2012-10-25 | 1 | -5/+1 |
| | | | | Eventmachine 1.0.0 installs on windows now | ||||
* | chef Gemfile: pin eventmachine to 0.12.10 | Stephen Delano | 2012-09-19 | 1 | -0/+7 |
| | |||||
* | CHEF-3353: Fix tests on FreeBSD | Mitsuru Yoshida | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | Mac has no /etc/shadow or lshadow and cannot install ruby-shadow | Lamont Granquist | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | Restrict ruby-shadow development dependency to *nix. | Bryan McLellan | 2012-07-23 | 1 | -1/+2 |
| | | | | | | It doesn't compile easily on windows and we probably don't need it there anyway. The 'ruby' platform requirement in the Gemfile excludes Windows. | ||||
* | Fix broken whyrun unit test for user resource | Bryan McLellan | 2012-07-23 | 1 | -0/+1 |
| | | | | | | | | | | | | This initially appeared as a failing test user Ruby 1.8 with an error of "undefined method `sp_pwdp' for nil:NilClass." This was ultimately because we were doing a lookup for user info for 'adam' which didn't exist. However, getpwsnam will return nil if you're not root and much time was spent reworking the pending blocks which are particularly tricky and usually are not doing what you think they're doing. Running these tests under bundler will require the ruby-shadow gem, so I have added that as a development dependency. | ||||
* | Add ronn to Gemfile. | Stephen Nelson-Smith | 2012-06-11 | 1 | -0/+1 |
| | |||||
* | move dep_selector gem to :server bundler group | Stephen Delano | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | thin and windows, :cowboy_it_up | Bryan McLellan | 2012-04-24 | 1 | -1/+1 |
| | |||||
* | exclude thin on windows | Bryan McLellan | 2012-04-24 | 1 | -1/+3 |
| | |||||
* | [CHEF-3020][GEMS] Removed debugging tools from dependencies in chef | Ho-Sheng Hsiao | 2012-04-24 | 1 | -2/+6 |
| | | | | | | | | | | If you want to use something like pry or awesome_print: (1) Add these gem dependencies to Gemfile.local (This file should not be versioned) (2) Load the gems by adding it to chef/spec/support/local_gems.rb Everything should run even if those two files do not exist. | ||||
* | [CHEF-3020][GEMS] Updated Gemfile | Ho-Sheng Hsiao | 2012-04-24 | 1 | -1/+1 |
| | |||||
* | [CHEF-3020][RSPEC] rspec spec should run all non-windows spec on Unix | Ho-Sheng Hsiao | 2012-04-24 | 1 | -0/+2 |
| | |||||
* | [CHEF-3020][RSPEC] Added pry for testing | Ho-Sheng Hsiao | 2012-04-24 | 1 | -0/+5 |
| | |||||
* | CHEF-2899: Ensure proper roles/node json when activesupport is present | Mark Mzyk | 2012-02-02 | 1 | -0/+1 |
| | | | | | Added activesupport to its own group in bundler so it can be loaded on machines for chef compatibility testing | ||||
* | Only load open3 on Windows Ruby 1.8 | John Keiser | 2011-12-16 | 1 | -0/+3 |
| | |||||
* | Add win32-open3 dependency to Gemfile on Windows | John Keiser | 2011-12-14 | 1 | -0/+1 |
| | |||||
* | Don't depend on dep_selector on Windows, it doesn't compile | John Keiser | 2011-12-13 | 1 | -0/+2 |
| | |||||
* | add FFI to the required windows gems | Seth Chisamore | 2011-12-08 | 1 | -0/+1 |
| | |||||
* | fixed versions in GemFile | Seth Chisamore | 2011-12-08 | 1 | -3/+3 |
| | |||||
* | added windows platform specific gems to Gemfile | Seth Chisamore | 2011-12-08 | 1 | -0/+12 |
| | |||||
* | [CHEF-2207] Add gemfile and development dependencies to chef client | Akzhan Abdulin | 2011-09-30 | 1 | -0/+3 |