summaryrefslogtreecommitdiff
path: root/kitchen-tests/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Gemfile.lock and Berksfile.lock for kitchen testsintegration_docsTim Smith2017-12-221-385/+0
| | | | | | We're probably going to see some more failures with this change, but that's a good thing. If we have a bad kitchen change or a bad cookbook change we'll know now earlier. Less impact == better. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove unnecessary dependencies for kitchen integration testingsTim Smith2017-12-211-44/+26
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update the test depsTim Smith2017-11-301-93/+227
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* RFC 67: Remove cookbook segmentsThom May2017-04-041-14/+15
| | | | | | | | | 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 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/+15
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* see if this fixes chef-configlcg/cleanup-dep-rake-tasksLamont Granquist2017-03-101-1/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* simplify dependency bumping rake tasks and bump all depsLamont Granquist2017-03-101-16/+22
| | | | | | | 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-22/+16
| | | | | | This reverts commit 6628f708acdefe2fc6bff85a1edade89f0b4d8ee. oops.
* simplify dependency bumping rake tasks and bump all depsLamont Granquist2017-03-101-16/+22
| | | | | | | this eliminates all the "run gem pristine" warning spam and i believe uses "bundle lock" correctly. 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/+3
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Remove a lot of old restraintsTom Duffield2017-02-091-12/+11
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Pin integration tests to < 2.0 kitchen-dokkenTim Smith2017-02-071-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump deps to avoid corrupt Gemfile.lock warningTim Smith2017-02-071-15/+16
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update depstduffield/fix-syntaxTom Duffield2017-01-241-2/+2
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump depsTom Duffield2017-01-231-5/+5
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Pin version of rainbow gem and update deps.Ryan Hass2017-01-191-2/+3
| | | | | | | 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>
* 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-36/+36
| | | | | | | | | | | | | | | | | 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>
* Update chef client testing depstas50/newchefclientTim Smith2016-12-021-1/+10
| | | | | | We need the new chef-client cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Inspec in kitchen-teststduffield/use-modified-changelog-generatorTom Duffield2016-12-021-39/+39
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump deps to pull in latest Ohaitas50/deps2Tim Smith2016-10-311-13/+13
| | | | 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-10/+11
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* update dependenciesMatt Wrock2016-10-031-10/+10
| | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* update dependencies (#5384)Matt Wrock2016-09-261-13/+13
|
* 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-25/+26
|
* Update all dependenciesJohn Keiser2016-09-121-3/+3
|
* Update all the thingsJohn Keiser2016-09-121-52/+53
|
* Update all the thingsJohn Keiser2016-08-241-13/+19
|
* add back ffiMatt Wrock2016-08-121-0/+1
|
* Bumping ohai and mixlib-log to fix regressionMatt Wrock2016-08-121-11/+10
|
* Update kitchen-ec2 to 1.1.0 to fix race conditionsjk/update-ec2John Keiser2016-08-091-10/+10
|
* add missing ffi back to kitchen-tests/Gemfile.lockbtm/ohai_dep_bumpBryan McLellan2016-08-051-0/+1
|
* Bump dependencies to bring in Ohai 8.18Tim Smith2016-08-041-6/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update all dependenciesJohn Keiser2016-08-031-14/+23
|
* bump gems + cookboks for kitchen-testsLamont Granquist2016-07-131-54/+44
|
* fix ffi gem depMatt Wrock2016-05-271-1/+1
|
* update dependenciesMatt Wrock2016-05-271-11/+19
|
* convert kitchen tests to docker + other fixesLamont Granquist2016-05-241-32/+90
| | | | | | | | | | | | - use kitchen-dokken instead of kitchen-ec2 - add tests for gem metadata + chef-sugar - convert to inspec and add some tests this disables the webapp stuff completely and its testing for now, that needs to be updated to more modern httpd/mysql cookbooks and have its testing converted to inspec. more O/S distros are also in the pipeline.
* fix a few issues in the diffLamont Granquist2016-05-111-1/+1
|
* add centos and more func testing to travisLamont Granquist2016-05-111-2/+2
|
* Rescue julia bot by whiltelisting rubocop and stoveKartik Null Cating-Subramanian2016-05-091-6/+6
|
* Automatic dependency update by Chef VersionerChef Versioner2016-05-051-13/+13
|
* Remove Gemfile.windows and put both platforms in Gemfile.lockJohn Keiser2016-04-181-0/+9
|
* Make gemfile_util capable of copying groups overJohn Keiser2016-04-181-4/+4
|
* Simplify external tests and make them work with Gemfile.lockJohn Keiser2016-04-181-3/+5
|