summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Pin chef-utils and chef-config to chef 16.xTim Smith2021-01-041-2/+2
| | | | | | Ohai 16 needs to pin to chef 16 and not master (17) Signed-off-by: Tim Smith <tsmith@chef.io>
* Update rubocop-performance to 1.9Tim Smith2020-11-161-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Freeze the strings we're not later modifyingTim Smith2020-10-301-1/+2
| | | | | | There's a few plugins that this couldn't be enabled on due to how we build strings, but for the most part this is an easy one to turn on and it shaves 1k from the runtime memory! Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #1536 from chef/nuke_yard_taskTim Smith2020-10-201-6/+0
|\ | | | | Remove the yard task for generating docs
| * Remove the yard task for generating docsnuke_yard_taskTim Smith2020-10-201-6/+0
| | | | | | | | | | | | | | If someone wants to generate docs they can just run yard against the repo. This is overengineered Signed-off-by: Tim Smith <tsmith@chef.io>
* | Target Mode OhaiLamont Granquist2020-10-011-0/+4
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update rubocop-performance requirement from 1.8.0 to 1.8.1dependabot-preview[bot]2020-09-211-1/+1
| | | | | | | | Updates the requirements on [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.8.0...v1.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Order the gems in the gemspec and gemfileorder_gemsTim Smith2020-09-101-6/+7
| | | | | | Makes it a tiny bit easier on the eyes to find stuff Signed-off-by: Tim Smith <tsmith@chef.io>
* Update rubocop-performance requirement from 1.7.1 to 1.8.0dependabot-preview[bot]2020-09-081-1/+1
| | | | | | | | Updates the requirements on [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.7.1...v1.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #1495 from chef/rubocop_performanceTim Smith2020-08-121-0/+1
|\ | | | | Use rubocop-performance to enforce some best practices
| * Use rubocop-performance to enforce some best practicesrubocop_performanceTim Smith2020-08-111-0/+1
| | | | | | | | | | | | I've already fixed all the warnings. This will keep it that way. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Remove profile gemfile group for nowremove_profileTim Smith2020-08-121-5/+1
|/ | | | | | This causes bundle install issues on windows Signed-off-by: Tim Smith <tsmith@chef.io>
* Exclude profiling gems on WindowsTim Smith2020-08-091-0/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add stackprof to the gemfile for optimizationTim Smith2020-08-091-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Pin pry-stack_explorer for testsTim Smith2020-06-171-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Minor testing updatesTim Smith2020-02-191-4/+0
| | | | | | | | Update the buildkite script to pass vars correctly Remove the CI group in the gemfile, which isn't being used anywhere Remove the legacy Performance/RegexpMatch cop from .rubocop.yml since the Performance cops are in rubocop (or Chefstyle) anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the instance eval from the GemfileTim Smith2019-09-181-6/+0
| | | | | | This allows dependabot to handle our dep bumping Signed-off-by: Tim Smith <tsmith@chef.io>
* More rake / Travis updatesrakefileTim Smith2018-09-091-0/+13
| | | | | | | Add the gem groups, speed up Travis installs, update the readme tasks documentation. Signed-off-by: Tim Smith <tsmith@chef.io>
* fixes for new chefstyle rulesLamont Granquist2018-07-051-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Exclude example output from rubocop rules & remove changelog generator gemTim Smith2018-03-271-4/+0
| | | | | | This gets our build green again Signed-off-by: Tim Smith <tsmith@chef.io>
* fix comment [ci skip]lcg/dev-gemsLamont Granquist2017-05-241-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* use eval_gemfileLamont Granquist2017-05-241-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add a comment [ci skip]Lamont Granquist2017-05-241-0/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* clean up and prune dev gemsLamont Granquist2017-05-241-6/+14
| | | | | | | people that want pry need to explicitly include it in their own Gemfile.local now. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Use correct g-h-c13_0_1Thom May2017-04-121-1/+1
| | | | | [ci skip] Signed-off-by: Thom May <thom@chef.io>
* Minor spec file cleanupminor_spec_cleanupTim Smith2017-01-241-0/+1
| | | | | | | | | | | | | - Use require_relative in all the specs vs. expanding on the current file path. - Add missing license headers - Don't silently swallow ipaddr_extensions not being installed. Make it a development dep instead - Remove a rescue on ipaddress as we only do this in one place and it's a required gem - Make the Openstack plugin spec setup the same way as every other spec Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #930 from chef/sigarTim Smith2017-01-241-2/+0
|\ | | | | Remove usage of the Sigar gem
| * Remove usage of the Sigar gemsigarTim Smith2016-12-201-2/+0
| | | | | | | | | | | | Sigar was a really cool idea, but it’s a dead project now. The data is questionable at best and not getting any better as time goes on. We should figure out how to support these platforms vs. hoping that Sigar is doing the right thing. This does remove a lot of support for HP-UX, but I seriously doubt it worked to begin with. We should do that right sometime. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Require Ruby 2.2+ruby22Tim Smith2017-01-131-1/+0
|/ | | | | | | chef/chef already requires Ruby 2.2. We've removed support for Ruby 2.1 in our other projects and community tooling. Signed-off-by: Tim Smith <tsmith@chef.io>
* Use custom changelog generatorTom Duffield2016-12-071-1/+1
| | | | | | | | This version of the changelog generator addresses a few issues with the upstream one. In addition, it has a less restrictive dependency on Retriable, which can cause conflict when Ohai is installed in ChefDK. Signed-off-by: Tom Duffield <tom@chef.io>
* Move dev deps to the Gemfile and bump changelog generatordepsTim Smith2016-11-091-1/+9
| | | | | | This removes the need for Rack 1.X which we had to pin due to the old github changelog generator release. We now have a new active support pin to keep Ruby 2.1 support Signed-off-by: Tim Smith <tsmith@chef.io>
* update the chefstyle pinLamont Granquist2016-08-191-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* update overcommit to 0.34.1, since 0.34.0 breaks on WindowsSteven Murawski2016-06-201-2/+4
|
* Update chefstyle to 0.3.1 and fix new offenses.chefstyle-0.3.1mcquin2016-04-011-1/+1
|
* Don't pull chef from masterdanielsdeleo2016-03-161-2/+0
| | | | | | | | | | | | When ohai is `bundle installed` without the development group, bundler doesn't install the development gems but it still includes them in the gemfile solution. When chef-client is on an unreleased version, this results in the unreleased version of chef-client ending up in the Gemfile.lock. Because chef-client has an exact equality pin on chef-config, which ohai also uses, this results in ohai's Gemfile.lock pinning ohai to the unreleased version of chef-config. When the ohai executable is created by appbundler, this results in a broken executable that tries to load a version of chef-config that doesn't exist.
* bump chefstyle pin to 0.3.0Lamont Granquist2016-02-181-1/+1
|
* have a proper dependency on plistThom May2016-02-171-1/+0
| | | | Fixes #556
* chefstyle catchup for ohaiLamont Granquist2016-02-111-1/+1
| | | | | there's still a few cops that are unaddressed by this change, so it won't be clean after merging this.
* Enable ChefStyle per RFC 64tm/chefstyleThom May2016-01-121-0/+1
|
* Add ohai config context and deprecate top-level config.Claire McQuin2015-07-211-1/+1
|
* rspec_junit_formatter has been released with RSpec3 support; removeJulian C. Dunn2015-07-181-7/+1
| | | | | | pinning. Also clean up .gemspec for domain name, etc.
* mixlib-shellout gem releasedLamont Granquist2014-09-101-2/+0
| | | | | i believe we still need to pull in chef-12 off github in the dev gems
* bump mixlib-shellout + misc gemspecLamont Granquist2014-09-081-2/+2
| | | | | | - bumps ohai version - update homepage - update rake now that we've dropped 1.8
* Add rake to the bundle to be able to run 'bundle exec rake gem' in build.Serdar Sutay2014-09-081-0/+3
|
* Merge pull request #366 from opscode/btm/go-pluginClaire McQuin2014-08-081-2/+0
|\ | | | | Go plugin
| * Capitalize plugin namebtm/go-pluginClaire McQuin2014-08-071-2/+0
| |
* | use https instead of git urlsLamont Granquist2014-07-221-1/+1
|/
* Fetch junit formatter via public git:// URLdanielsdeleo2014-06-091-1/+1
|
* Temporarily use junit formatter from github for rspec 3 compatdanielsdeleo2014-06-091-0/+6
|
* Move wmi-lite to pre-release RubyGems gemspec instead of git dependencyadamedx2014-05-181-2/+0
|