summaryrefslogtreecommitdiff
path: root/acceptance/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* RFC 67: Remove cookbook segmentsThom May2017-04-041-5/+5
| | | | | | | | | This implements RFC 67, which removes cookbook segments, and moves to a single list of all the files contained in a cookbook. This allows us to move forward with better audit modes and also proper shipping of ohai plugins. Signed-off-by: Thom May <thom@chef.io>
* bumping acceptance gemsLamont Granquist2017-03-301-10/+11
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bumping again mostly to get chef-zeroLamont Granquist2017-03-281-5/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bumping everythingLamont Granquist2017-03-281-13/+13
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* simplify dependency bumping rake tasks and bump all depsLamont Granquist2017-03-101-8/+8
| | | | | | | this eliminates all the "run gem pristine" warning spam and i believe uses "bundle lock" correctly. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Revert "simplify dependency bumping rake tasks and bump all deps"Lamont Granquist2017-03-101-8/+8
| | | | | | This reverts commit 6628f708acdefe2fc6bff85a1edade89f0b4d8ee. oops.
* simplify dependency bumping rake tasks and bump all depsLamont Granquist2017-03-101-8/+8
| | | | | | | this eliminates all the "run gem pristine" warning spam and i believe uses "bundle lock" correctly. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* pinning chef-config in acceptance to rubygems versionLamont Granquist2017-03-071-10/+6
| | | | | | | | | jenkins barfed pretty hard on the prior attempt to fix. this should work better. can obviously be backed out once chef-13 is released. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* use master of chef-config we're tesing in acceptance testsLamont Granquist2017-03-071-5/+10
| | | | | | | | | | | i guess this makes this also an integration test of chef-config against berkshelf and ridley. i considered going the other way and pinning to < 13 in order to get the rubygems version, but decided to go this direction since it feels like we get more 'coverage' this way. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix the acceptance GemfileLamont Granquist2017-03-071-15/+21
| | | | | | | same fix as the other Gemfile stuff to stop using github and switch to https everywhere Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump chef version to 13.0.0Lamont Granquist2017-02-281-14/+14
| | | | | | | | | | | This requires pulling in master of several gems, bumps all the other gems, plus pulls in new kitchen-appbundle-updater which supports pulling master of ohai. Note that kitchen-windows is disabled because it turns out it was broken and red on 12.19 all along. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fix some Travis failures related to style and gem depstduffield/un-f-the-worldTom Duffield2017-02-101-1/+1
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Add back a few gems that are required (and document why)Tom Duffield2017-02-091-3/+2
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Add rake to acceptance Gemfile so we can build native extensionsTom Duffield2017-02-091-0/+2
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Remove a lot of old restraintsTom Duffield2017-02-091-53/+51
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump deps to avoid corrupt Gemfile.lock warningTim Smith2017-02-071-11/+12
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update depstduffield/fix-syntaxTom Duffield2017-01-241-1/+1
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump depsTom Duffield2017-01-231-5/+5
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Pin nio4r gem to avoid install errorTom Duffield2017-01-201-6/+7
| | | | | | | The nio4r gem, which is a dep of celluloid, was having some install problems. To avoid this we're just pinning it. Signed-off-by: Tom Duffield <tom@chef.io>
* Clarify platform constraints for ios and solarisTom Duffield2017-01-191-1/+1
| | | | | | Based on feedback. Signed-off-by: Tom Duffield <tom@chef.io>
* Add gems for ECC algorithm support to omnibus.Ryan Hass2017-01-181-20/+20
| | | | | | | | | | | | | | | | | These definitions have been added to resolve build issues with ECC algorithm support on Solaris and Cisco IOS-XR. The bcyrpt_pbkdf gem currently link against shared libs which are not installed on Cisco IOS-XR. The rbnacl gems currently fail to compile on Solaris for both x86-64 and SPARC. Adding these definitions will allow us to selectively define the supported platforms as well as provide a simple means to itterate on patches as needed. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
* Revert gem update for nio4r in the acceptance lockRyan Hass2017-01-051-6/+6
| | | | | | | The updated nio4r gem was causing some weirdness which resulted in failing tests. This backs out the change for now. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
* Update acceptance Gemfile.lock.rhass/acceptance-fixRyan Hass2017-01-031-18/+18
| | | | | | | | Update the Gemfile.lock for chef-acceptance to pull in the latest test-kitchen version which includes the following fix: https://github.com/test-kitchen/test-kitchen/commit/53a0eaf452985fa3facdc8f9059cdad012696144 Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
* Update chef client testing depstas50/newchefclientTim Smith2016-12-021-23/+32
| | | | | | We need the new chef-client cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump deps to pull in latest Ohaitas50/deps2Tim Smith2016-10-311-11/+11
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* fix the rubygems version generated by rake dependenciesThiago Oliveira2016-10-131-6/+6
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* update openssl to 1.0.2j to address vulnerabilitiesThiago Oliveira2016-10-131-8/+8
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* update dependenciesMatt Wrock2016-10-031-9/+9
| | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* revert mixlib-install (#5385)Matt Wrock2016-09-261-1/+2
|
* update dependencies (#5384)Matt Wrock2016-09-261-14/+14
|
* update deps, pull in chefspecLamont Granquist2016-09-211-1/+1
| | | | | | necessary to get travis green again Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update pedump to latest released; update all dependenciesjk/updateJohn Keiser2016-09-201-7/+7
|
* Update all dependenciesJohn Keiser2016-09-191-1/+1
|
* update acceptance and omnibus depsMatt Wrock2016-09-161-17/+18
|
* Update all dependenciesJohn Keiser2016-09-121-1/+1
|
* Update all the thingsJohn Keiser2016-09-121-7/+9
|
* remove kitchen-inspec and train pins in acceptanceremove_branchesMatt Wrock2016-09-051-30/+20
|
* bumping configMatt Wrock2016-09-021-1/+1
|
* bump tk in acceptance and omnibus-software for ruby patchMatt Wrock2016-09-021-27/+21
|
* pinning berkshelfacceptance_bumpMatt Wrock2016-09-011-30/+32
|
* update acceptance deps based on winrm 2 release and squashed tk branchMatt Wrock2016-09-011-77/+58
|
* Update Gemfile.lockTim Smith2016-08-251-6/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update all the thingsJohn Keiser2016-08-241-10/+10
|
* Bumping ohai and mixlib-log to fix regressionMatt Wrock2016-08-121-9/+9
|
* Update kitchen-ec2 to 1.1.0 to fix race conditionsjk/update-ec2John Keiser2016-08-091-15/+15
|
* Bump dependencies to bring in Ohai 8.18Tim Smith2016-08-041-5/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update all dependenciesJohn Keiser2016-08-031-10/+10
|
* add back and fix windows acceptance testswinrm-v2Matt Wrock2016-07-241-41/+84
|
* Bump acceptance locks to pull in kitchen-ec2 fixesksubrama/acceptanceKartik Null Cating-Subramanian2016-07-211-32/+31
|
* upload kitchen per suite logs to cipraj/FLOW-370/acceptance_loggingPrajakta Purohit2016-07-011-13/+13
|