summaryrefslogtreecommitdiff
path: root/omnibus/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Add artifactory to omnibus/Gemfile and update omnibus gemJeremiah Snapp2019-08-021-0/+1
| | | | | | | A new version of omnibus is required and the artifactory gem is required for the publish part of the build stage. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Switch to inspec/train from gemsTim Smith2019-04-221-1/+1
| | | | | | We now have a preview of inspec 4 out so we can switch back to gems and kill off the full train gem and all its deps. Signed-off-by: Tim Smith <tsmith@chef.io>
* Allow using a Gemfile.local for omnibusTim Smith2019-02-281-0/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update omnibus gemfile deps to remove pryomnisTim Smith2019-02-281-5/+2
| | | | | | Allow for test-kitchen 2 and remove pry which we don't need here and can be easily added with a local gemfile if need be later. Signed-off-by: Tim Smith <tsmith@chef.io>
* Build chef omnibus package with Chef 14 / Berkshelf 7omnibus_chef14Tim Smith2018-08-291-3/+3
| | | | | | We had an ohai pin we needed during the Chef 14 dev cycle that isn't needed anymore. We also pinned Berkshelf to a crazy old version. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove awesome customers testing and update kitchen configsTim Smith2018-06-161-1/+1
| | | | | | | | Awesome customers cookbook testing isn't even correct from learn chef anymore and it's not coming back in this form. There's no reason to keep carrying it around. This change also deps on kitchen 1.21 and uses the new name for the configs. Much easier to find if you're browsing the source in Finder/Explorer. Signed-off-by: Tim Smith <tsmith@chef.io>
* Initial commit of new Chef PowerShell supportStuart Preston2018-03-031-1/+1
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* add a temp pin so we don't revisit this constantlyLamont Granquist2018-02-281-0/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* chefstyle/omnibus-software/omnibus back to masterLamont Granquist2018-02-281-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump omnibus depsThom May2018-02-281-2/+2
| | | | Signed-off-by: Thom May <thom@chef.io>
* Use the license_scout that comes with Omnibus gemtduffield/license_scout/pin-to-1.xTom Duffield2018-02-081-1/+0
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Use omnibus-toolchain on Windows platforms.windows_toolchainRyan Hass2017-03-081-2/+2
| | | | | | | This updates the branch pinnings to use the omnibus-toolchain enabled version of omnibus and omnibus-software. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
* bump omnibus gems and change protocol to httpsLamont Granquist2017-03-031-3/+3
| | | | | | | | | | | | the `github:` argument gets translated to git:// urls, which are insecure and i have a .gitconfig which translates those to https:// urls, and the effect of that is that when _I_ bump the Gemfile.lock the urls don't match and `bundle install` with the `--deployment` flag gets all pissy and I break the build, and since i don't habitually `bundle install --deployment` locally I never see the failures. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Add branch off of lcg/ruby23 that includes some openssl solaris fixes (#5396)Scott Hain2016-09-281-1/+1
|
* Update pedump to latest released; update all dependenciesjk/updateJohn Keiser2016-09-201-3/+1
|
* update acceptance and omnibus depsMatt Wrock2016-09-161-2/+2
|
* Pin omnibus branch for testing.Ryan Hass2016-09-081-1/+1
| | | | | | The omnibus branch `rhass/COOL-502_with_gcc_investigate` contains my Solaris patch along with the `sersut/ff-ksubrama/gcc_investigate` branch changes.
* use 1.0.1h and rebase omnibus-software to masterLamont Granquist2016-09-011-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Pick up omnibus and omnibus-software that supports including licensing ↵sersut/transitive-dep-licensingSerdar Sutay2016-08-161-2/+3
| | | | information of transitive dependencies in the omnibus package.
* Update omnibus and omnibus-software to correct branchesJohn Keiser2016-08-031-2/+2
|
* update nokogiri and dependenciesMatt Wrock2016-06-211-2/+2
|
* Omnibus is now using ffi_yajl so we no longer need to pin the JSON gem in ↵tyler-ball2016-04-111-6/+0
| | | | our Gemfile
* Explicitly pin json gemScott Hain2016-04-051-0/+6
|
* use latest released test-kitchen in chef-acceptancetk_17Matt Wrock2016-04-041-2/+2
|
* Revert https://github.com/chef/chef/pull/4781 because jmespath wasrevert_pinstyler-ball2016-04-041-4/+0
| | | | relased with an update to prevent loading issues with json vs json_pure
* fix rubocopMatt Wrock2016-04-011-1/+1
|
* Merge pull request #4778 from chef/new_tkMatt Wrock2016-04-011-2/+2
|\ | | | | use test-kitchen from master for acceptance tests
| * use test-kitchen from master for acceptance testsnew_tkMatt Wrock2016-03-311-2/+2
| |
* | Don't bring in json_pure (jmespath 1.2 brings it in) because it breaks us.jk/no-json-pureJohn Keiser2016-04-011-0/+4
|/
* Allow checking out pedump from a fork.Kartik Null Cating-Subramanian2016-02-111-2/+6
|
* bumping test-kitchenMatt Wrock2016-02-031-1/+1
|
* Updates to the omnibus build_version and the RELEASE_NOTES for the 12.7 releasetyler-ball2016-02-031-0/+3
|
* Use double quotes by defaultThom May2016-01-141-7/+7
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Import all of omnibus-chef under the omnibus directoryKartik Null Cating-Subramanian2016-01-081-0/+18