summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Hard Coding the gems in the gemfile to overcome a Ruby 3.1 bugJohn McCrae2022-04-041-0/+4
| | | | Signed-off-by: John McCrae <jmccrae@chf.io>
* Pin chef-utilsTim Smith2021-02-111-0/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add Ruby 3 testing + cleanup depsTim Smith2021-02-111-4/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Chefstyle to 1.5.1Tim Smith2020-11-161-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the yard task / gemsTim Smith2020-11-161-6/+0
| | | | | | These do no get used by this project. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #224 from ↵Tim Smith2020-11-121-0/+2
|\ | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-1131_Retrieves_the_environment_variables_for_the_specified_user Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fixed buildkite errorKapil Chouhan2020-11-121-0/+2
| | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | Use __dir__ instead of __FILE__Tim Smith2020-09-081-3/+3
|/ | | | | | Makes things a bit easier to read Signed-off-by: Tim Smith <tsmith@chef.io>
* Test on Ruby 2.7 final, update chefstyle, and other CI fixesTim Smith2020-07-161-3/+3
| | | | | | Modernize this CI setup to match our other stuff. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #198 from chef/windows_testingTim Smith2019-12-291-7/+3
|\ | | | | Add Ruby 2.6/2.7 and Windows testing
| * Fix chefstyle pin for Ruby 2.2windows_testingTim Smith2019-12-191-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Another Ruby 2.2 pinTim Smith2019-12-191-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make sure we still support Ruby 2.2Tim Smith2019-12-191-5/+1
| | | | | | | | | | | | Reasons Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use consistent gemfile groupsTim Smith2019-07-301-1/+1
| | | | | | | | | | | | This makes it easier to diff our configs Signed-off-by: Tim Smith <tsmith@chef.io>
* | Simplify the gemfile for dependabotTim Smith2019-10-281-6/+0
|/
* Add Ruby 2.2 and 2.3 testingTim Smith2019-06-061-1/+5
| | | | | | Test what we support Signed-off-by: Tim Smith <tsmith@chef.io>
* Skip installing gems we need for CITim Smith2019-06-061-1/+0
| | | | | | We don't need dev/docs. Signed-off-by: Tim Smith <tsmith@chef.io>
* Pull Chefstyle from rubygems againTim Smith2019-06-061-1/+1
| | | | | | If we want to push out new rules let's fiddle with things only on chef/chef Signed-off-by: Tim Smith <tsmith@chef.io>
* Add our standard Rakefile / GemfileTim Smith2019-06-061-2/+14
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove dev deps from the gemspecTim Smith2018-12-061-0/+1
| | | | | | These are all in the gemfile now Signed-off-by: Tim Smith <tsmith@chef.io>
* master of chefstyle + fixesLamont Granquist2018-07-061-0/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-251-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Resolve most chefstyle warningsTim Smith2016-10-071-6/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* current debugging gemsSteven Murawski2016-05-241-0/+3
|
* Clean up Rakefile/platform dependent gem generation.ksubrama/win64Kartik Null Cating-Subramanian2015-04-241-2/+0
| | | | | Use the "universal" platform when building the windows gems to let us simultaneously support 32 and 64 bit windows builds.
* Fix live_stream for windowsJay Mundrawala2014-12-171-0/+3
| | | | | The windows module was looking to write stdout to live_stream instead of live_stdout.
* Silence `:rubygems` Bundler deprecation notice.Seth Chisamore2013-12-051-1/+2
| | | | | | | | Message from Bundler before this change: The source :rubygems is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org'; if possible, or 'http://rubygems.org'; if not.
* Remove cruftdanielsdeleo2013-11-011-5/+0
|
* [MIXLIB-7] remove awesome_printLamont Granquist2013-10-311-1/+0
|
* Add rake to the bundleBryan McLellan2013-04-161-0/+1
|
* add test cookbook for rvm installationjtimberman2012-11-221-0/+4
| | | | | | | | | | | | | | * test-kitchen needs its own bundle group * project-specific Cheffile addition for rvm * create a test cookbook to do the rvm installation/setup for running tests * remove "rvm baseboxes" for supported platforms, use test-kitchen defaults Output of 'bundle exec kitchen test --platform ubuntu-12.04: Finished in 15.2 seconds 99 examples, 0 failures
* [RSPEC] Added awesome_print for debuggingHo-Sheng Hsiao2012-03-211-0/+1
|
* add junit formatter in devDaniel DeLeo2011-12-051-0/+10