summaryrefslogtreecommitdiff
path: root/version_policy.rb
Commit message (Collapse)AuthorAgeFilesLines
* major testing overhaullcg/simplify-external-testsLamont Granquist2017-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See the PR comments for more philosophical background. This simplifies the external tests. The major feature here is that halite, poise, chefspec, etc are removed from the Gemfile.lock and the transitive Gemfile splicing is gone from the external tests. We're back to simply tracking master on external projects and bundle installing without locks and going red if the break. Those external projects should all similarly track master of chef/chef to reduce the possibility that they break us here. This also bumps bundler to 1.14.x and unblocks us there. It continues to simplify our use of bundler to be more mainstream and less impenetrable. There was some crazy shit that I found where I had to remove env vars like BUNDLE_ENABLE_TRAMPOLINE and the BUNDLE_IGNORE_CONFIG and BUNDLE_FROZEN env vars in appveyor along with the .bundle/config frozen setting were necessary to unbreak appveyor. We seem to have gotten very far afield of standard bundler usage and it was breaking in strange to debug ways. Oddly enough this exposed weird errors in the chef-config/spec/units/fips_spec.rb tests where we need to require the "win32/registry" file there now even though I can't figure out why that broke or how it was working previously. Also, adding x64-mingw32 to x86-mingw32 was necessary to test in appveyor on 64-bit windows (I tried universal-mingw32 and that failed) which seems obvious and is another case that I don't understand how it was working in bundler 1.12.x Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bumping everythingLamont Granquist2017-03-281-1/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* will the real ruby version please stand up?lcg/ruby-2.3.3Lamont Granquist2017-03-141-2/+2
| | | | | | i think we need to change this here as well. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Replace changelog group with ci groupTom Duffield2017-03-071-1/+1
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Fix some Travis failures related to style and gem depstduffield/un-f-the-worldTom Duffield2017-02-101-2/+2
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Cleanup Gemfiles, Berksfiles, and update Gemfile groupsTom Duffield2017-02-091-0/+2
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Remove a lot of old restraintsTom Duffield2017-02-091-1/+3
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Pin version of rainbow gem and update deps.Ryan Hass2017-01-191-0/+1
| | | | | | | We need to pin rainbow until the next version of rubygems is released as it is causing build failures in travis. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
* update openssl to 1.0.2j to address vulnerabilitiesThiago Oliveira2016-10-131-1/+1
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* Don't auto-update bundler version in rake dependenciesJohn Keiser2016-09-121-1/+2
|
* Mark cucumber-core as outdated until cucumber 2.0 releasesJohn Keiser2016-09-121-0/+1
|
* Bring in cucumber to prevent cucumber-core from being wrongly loadedJohn Keiser2016-09-081-2/+1
|
* use 1.0.1h and rebase omnibus-software to masterLamont Granquist2016-09-011-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump openssl to 1.0.2gLamont Granquist2016-09-011-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Give reasons for outdated gemsJohn Keiser2016-08-241-3/+3
|
* Update all the thingsJohn Keiser2016-08-241-1/+1
|
* Put travis and github gems back on released versionsjk/update-github-apiJohn Keiser2016-08-101-0/+1
|
* Use Ruby 2.1.9, add 2.3 to the list of tested versionsjk/msys2John Keiser2016-08-031-1/+1
|
* Update all dependenciesJohn Keiser2016-08-031-8/+6
|
* update nokogiri and dependenciesMatt Wrock2016-06-211-4/+2
|
* Making rake:dependencies worktyler-ball2016-06-151-0/+2
|
* Rescue julia bot by whiltelisting rubocop and stoveKartik Null Cating-Subramanian2016-05-091-0/+4
|
* Re-add activesupport testsjk/activesupport-testsJohn Keiser2016-04-191-3/+4
|
* Update changelog generator to latestjk/update-changelogJohn Keiser2016-04-191-1/+0
| | | | (we have a lockfile now, so we are protected against inadvertent updates)
* Fix bundle outdatedJohn Keiser2016-04-181-0/+4
|
* Install even less stuff on TravisJohn Keiser2016-04-181-4/+7
|
* Just use the actual installed bundle instead of reusing the Gemfile to run ↵John Keiser2016-04-181-0/+1
| | | | Chef tess
* Add test and ruby_prof groups since aix and solaris can't compile without themJohn Keiser2016-04-181-2/+0
|
* Allow Windows to freezeJohn Keiser2016-04-181-3/+4
|
* Pin everything down with Gemfile.lock, add rake dependencies to updateJohn Keiser2016-04-181-0/+104