summaryrefslogtreecommitdiff
path: root/omnibus_overrides.rb
Commit message (Collapse)AuthorAgeFilesLines
* bump rubygems to 2.6.13lcg/bump-rubygemsLamont Granquist2017-08-291-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bumps bundler version to 1.15.4Jakauppila2017-08-251-1/+1
| | | | Signed-off-by: jakauppila <Jared@Kauppi.la>
* move nokogiri config to omnibusLamont Granquist2017-07-101-0/+1
| | | | | | | | | this hand-builds it with the software dep, and its not a direct dep of chef itself and shouldn't be in the Gemfile.lock anyway, plus we need to pin via omnibus_overrides.rb and double-pinning in the Gemfile.lock is just added fussiness Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump zlib to 1.2.11tm/zlibThom May2017-06-161-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Remove bundle tasks, version_policy.rb and update READMELamont Granquist2017-06-011-1/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* 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>
* use new lzmatm/fix_lzmaThom May2017-04-051-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* bumping everythingLamont Granquist2017-03-281-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump ruby to 2.4.1Lamont Granquist2017-03-281-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump ruby to 2.3.3Lamont Granquist2017-03-141-1/+1
| | | | | | | | | | | | | can finally do this now that the branching nightmare is gone. not bumping to 2.4.0 because of: - perf regression in rspec and waiting for 2.4.1 - not wanting to buy that yak shave yet - iterative development and moving the needle forwards in small increments Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Remove a lot of old restraintsTom Duffield2017-02-091-1/+0
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* bump rubygems for rainbowlcg/fix-travisLamont Granquist2017-01-231-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Revert omnibus-software to ruby_windows_monster branchrhass/COOL-657_ecc-algorithm-supportTom Duffield2017-01-191-0/+1
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump deps to pull in latest Ohaitas50/deps2Tim Smith2016-10-311-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* fix the rubygems version generated by rake dependenciesThiago Oliveira2016-10-131-1/+1
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* update openssl to 1.0.2j to address vulnerabilitiesThiago Oliveira2016-10-131-2/+2
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* update dependenciesMatt Wrock2016-10-031-1/+1
| | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* Update all the thingsJohn Keiser2016-09-121-1/+1
|
* use the correct override locationLamont Granquist2016-09-011-0/+1
|
* Use Ruby 2.3.1John Keiser2016-08-171-1/+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-1/+1
|
* update nokogiri and dependenciesMatt Wrock2016-06-211-2/+2
|
* Making rake:dependencies worktyler-ball2016-06-151-1/+1
|
* use a version ofm bundler that we haveMatt Wrock2016-05-251-1/+1
|
* Rescue julia bot by whiltelisting rubocop and stoveKartik Null Cating-Subramanian2016-05-091-1/+1
|
* Automatic dependency update by Chef VersionerChef Versioner2016-05-051-2/+2
|
* Remove Gemfile.windows and put both platforms in Gemfile.lockJohn Keiser2016-04-181-2/+1
|
* Pin everything down with Gemfile.lock, add rake dependencies to updateJohn Keiser2016-04-181-0/+19