summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into file-refactorsersut2013-05-311-1/+1
|\ | | | | | | | | Conflicts: lib/chef/exceptions.rb
| * AIX also has no ruby shadowLamont Granquist2013-05-241-1/+1
| |
* | Add opt-in code coverage reportingdanielsdeleo2013-05-311-0/+1
|/ | | | | Run tests with, e.g., `COVERAGE=t bundle exec rspec PATH` to generate a report
* Use HTTPS to RubyGemsH "Waldo" G2013-04-111-1/+1
| | | use https when connecting to rubygems to prevent MITM hacks
* [CHEF-3840] fix rdiscount compile on windows by excluding groupdanielsdeleo2013-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
* bump rack (test dep) to silence warningsdanielsdeleo2013-01-291-1/+1
|
* CHEF-3718: pin systemu version for windowsLamont Granquist2012-12-211-0/+1
|
* replace thin w/ webrick for func. test serverdanielsdeleo2012-11-191-6/+0
|
* Merge branch '10-stable'Bryan McLellan2012-10-301-5/+1
| | | | | | | | | | | Conflicts: chef-expander/lib/chef/expander/version.rb chef-server-api/lib/chef-server-api/version.rb chef-server-webui/lib/chef-server-webui/version.rb chef-server/lib/chef-server/version.rb chef-solr/lib/chef/solr/version.rb chef/lib/chef/node/attribute.rb lib/chef/node.rb
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+45
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!