summaryrefslogtreecommitdiff
path: root/chef/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Use https rubygemsSeth Vargo2013-07-261-1/+1
|
* CHEF-4314: Pin active_support < 4.0.0 due to atomic + CAS issuessersut2013-07-161-1/+1
|
* [CHEF-3840] fix rdiscount compile on windows by excluding groupsdelano2013-02-061-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-stableBryan McLellan2012-12-241-0/+1
|\
| * CHEF-3718: pin systemu version for windowsLamont Granquist2012-12-241-0/+1
| |
* | replace thin w/ webrick for func. test serverdanielsdeleo2012-11-271-6/+0
|/
* Add thin back into the development group for WindowsBryan McLellan2012-10-251-5/+1
| | | | Eventmachine 1.0.0 installs on windows now
* chef Gemfile: pin eventmachine to 0.12.10Stephen Delano2012-09-191-0/+7
|
* CHEF-3353: Fix tests on FreeBSDMitsuru Yoshida2012-08-201-1/+1
|
* Mac has no /etc/shadow or lshadow and cannot install ruby-shadowLamont Granquist2012-07-231-1/+1
|
* Restrict ruby-shadow development dependency to *nix.Bryan McLellan2012-07-231-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 resourceBryan McLellan2012-07-231-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-Smith2012-06-111-0/+1
|
* move dep_selector gem to :server bundler groupStephen Delano2012-05-291-1/+1
|
* thin and windows, :cowboy_it_upBryan McLellan2012-04-241-1/+1
|
* exclude thin on windowsBryan McLellan2012-04-241-1/+3
|
* [CHEF-3020][GEMS] Removed debugging tools from dependencies in chefHo-Sheng Hsiao2012-04-241-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 GemfileHo-Sheng Hsiao2012-04-241-1/+1
|
* [CHEF-3020][RSPEC] rspec spec should run all non-windows spec on UnixHo-Sheng Hsiao2012-04-241-0/+2
|
* [CHEF-3020][RSPEC] Added pry for testingHo-Sheng Hsiao2012-04-241-0/+5
|
* CHEF-2899: Ensure proper roles/node json when activesupport is presentMark Mzyk2012-02-021-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.8John Keiser2011-12-161-0/+3
|
* Add win32-open3 dependency to Gemfile on WindowsJohn Keiser2011-12-141-0/+1
|
* Don't depend on dep_selector on Windows, it doesn't compileJohn Keiser2011-12-131-0/+2
|
* add FFI to the required windows gemsSeth Chisamore2011-12-081-0/+1
|
* fixed versions in GemFileSeth Chisamore2011-12-081-3/+3
|
* added windows platform specific gems to GemfileSeth Chisamore2011-12-081-0/+12
|
* [CHEF-2207] Add gemfile and development dependencies to chef clientAkzhan Abdulin2011-09-301-0/+3