summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Resolve Performance/RegexpMatch warningsPerformance_RegexpMatchTim Smith2021-12-261-1/+1
| | | | | | Do regex checks without creating objects for the results. Signed-off-by: Tim Smith <tsmith@chef.io>
* Move ed25519 dep into the gemfileTim Smith2021-10-051-0/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* update Gemfile for mainLamont Granquist2021-08-241-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fix chefstyle warningfips_ubuntuTim Smith2021-06-291-2/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Lock `pry` to 0.13.0Marc A. Paradise2021-06-281-2/+3
| | | | | | | | | This permits `pry-byebug` to continue working with it, until either https://github.com/pry/pry/pull/2177 is merged, or https://github.com/deivid-rodriguez/pry-byebug/issues/343 is otherwise resolved. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Add testing of installing knife into the client (#11682)Tim Smith2021-06-091-1/+0
| | | | | | | | | | | | | | | | | * Test installing knife gem into the client Let's make sure this works on all platforms Signed-off-by: Tim Smith <tsmith@chef.io> * Remove ed25519 gem from the omnibus install If we can install knife we're good. Signed-off-by: Tim Smith <tsmith@chef.io> * Install knife on everything but RHEL 6 Signed-off-by: Tim Smith <tsmith@chef.io>
* Add ed25519 gem back to the omnibus installTim Smith2021-06-071-0/+1
| | | | | | | This lets folks workaround not having knife by installing it back on windows. This gets removed in 18. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove comment no longer relevantDavid Rodríguez2021-05-081-5/+0
| | | | | | | | | Since https://github.com/rubygems/rubygems/commit/58f74018dfef25704a42f38467094c4c1391e54f, the previous behaviour of gemspec was restored, so the comment is no longer relevant on recent bundler versions. This should fall into the "obvious fix" rule I think!
* Remove knife deps from the chef gemspecTim Smith2021-05-031-2/+0
| | | | | | This should help us slim the size of the install down and it should also greatly speed up testing anything that deps directly on chef. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the ruby-prof gem from omnibus packagesremove_profTim Smith2021-04-301-5/+0
| | | | | | It's a 5 meg gem on windows and it serves very little value. Signed-off-by: Tim Smith <tsmith@chef.io>
* Lock cheffish to 17Lamont Granquist2021-04-211-1/+1
| | | | | | We don't support <= 16 due to removal of the ChefFS parallelizer Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Resolve chefstyle warningTim Smith2021-04-091-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Ruby-3.0 buildsLamont Granquist2021-04-071-1/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* ruby 3.0 fixes and post-bundle-install hookLamont Granquist2021-03-181-3/+3
| | | | | | | | | | | | | | | Mostly this is all fixes necessary for ruby 3.0 There's the addition of the appbundle hook which lets us better pull git gems into appbundler Note carefully how after adding the post-bundle-install.rb that trying to pre appbundle-update ohai pulls in chef/chef as bundle installed git gem which fails to install so we go back to only using one appbundle-update on chef/chef and removing the chef/ohai one (which may fix other bugs). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump rspec gemLamont Granquist2021-02-011-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Pin rspec until we can resolve failures with 3.10Tim Smith2021-01-131-1/+1
| | | | | | | 3.10 is causing failures in CI. This pins it so we can keep bumping our other deps Signed-off-by: Tim Smith <tsmith@chef.io>
* Update to InSpec 4.24 (#10726)Tim Smith2020-12-101-1/+1
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Switch back to chefstyle from githubTim Smith2020-12-041-3/+1
| | | | | | The issue that requires pinning has been resolved Signed-off-by: Tim Smith <tsmith@chef.io>
* Match upstream changes for a smaller diff.Pete Higgins2020-12-011-1/+1
|
* Remove inspec-core from Gemfile following bad rebase.Pete Higgins2020-12-011-2/+0
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Put inspec-core-bin bakc into Gemfile, not sure why I removed this.Pete Higgins2020-12-011-0/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Move inspec-core from Gemfile to gemspec for external test script.Pete Higgins2020-12-011-1/+0
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Move inspec-core to top level of the Gemfile for CI.Pete Higgins2020-12-011-3/+2
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Add inspec-core to development bundler group for CI.Pete Higgins2020-12-011-0/+2
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Pin our InSpec version and use Chefstyle from rubygems for nowTim Smith2020-12-011-3/+5
| | | | | | We have an inspec / rubocop conflict that's getting worked out right now, but for now we need to make sure a bundle update doesn't downgrade inspec. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #10652 from chef/ps71Tim Smith2020-11-171-0/+3
|\ | | | | update pwsh in powershell_exec to 7.1.0 and add comments explaining how to pull in updates
| * update pwsh in powershell_exec to 7.1.0 and add comments explaining how to ↵ps71mwrock2020-11-171-0/+3
| | | | | | | | | | | | pull in updates Signed-off-by: mwrock <matt@mattwrock.com>
* | Remove pry-remote from the packagepry_remoteTim Smith2020-11-161-1/+0
|/ | | | | | pry-remote is questionably useful for our user base and hasn't seen a release for doing on 7 years. Removing it removes 2 gem deps total. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove duplicate Gemfile gems + update ohai to 16.7.13Tim Smith2020-11-041-2/+0
| | | | | | Remove gemfile gems that are also in the gemspec. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove rspec_junit_formatter gem.Pete Higgins2020-10-291-1/+0
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Unpin rspec dep.Pete Higgins2020-10-291-3/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Remove the yard doc generation task / groupTim Smith2020-10-201-4/+0
| | | | | | If someone wants the yard docs locally they can just gem install yard and then run yard. This is way overthinking the problem and requires us to exclude the group all over the place. Signed-off-by: Tim Smith <tsmith@chef.io>
* provide powershell_exec functionality on x86ps_exec_x86mwrock2020-10-091-1/+1
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* add interpreter arg to powershell_exec allowing it to run powershell coremwrock2020-10-011-1/+1
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* Update Gemfile lcg/fix-windows-gemfileLamont Granquist2020-08-241-1/+1
| | | | | Signed-off-by: Lamont Granquist <lamont@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
* Fix dll copying in Gemfile to remove Dir.pwdLamont Granquist2020-08-241-1/+1
| | | | | | We can invoke bundler from other directories Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fix quotes for ChefstyleTim Smith2020-07-071-4/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* expand_path with __dir__ instead of __FILE__Tim Smith2020-07-071-4/+4
| | | | | | It's easier to read this at a glance and understand what path we're trying to get. Signed-off-by: Tim Smith <tsmith@chef.io>
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
| | | | | | Autocorrected from RuboCop Performance which is now smart enough to detect when you use the match and when you don't. Using match? does not create any objects so it's slightly faster and uses less memory. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update chef-telemetry to 1.0.8 and InSpec to 4.19dep_bumpsTim Smith2020-05-291-2/+1
| | | | | | Pin chef-telemetry since we want to avoid the dep on http Signed-off-by: Tim Smith <tsmith@chef.io>
* Pin chef-telementry to 1.0.3 to avoid ffi build breakageTim Smith2020-05-051-0/+3
| | | | | | | | | | The latest chef-telemetry gem brings in http 4 which brings in a pile off FFI gems that break the builds. Pin until the http dep is removed from the telemtry gem https://github.com/chef/chef-telemetry/issues/32. This also speeds up how to bundle our gems to match what the Workstation team did to speed up the job. Signed-off-by: Tim Smith <tsmith@chef.io>
* Stop pinning rakeremove_rake_pingTim Smith2020-04-271-5/+1
| | | | | | | The removal of the gem install of appbundler probably fixes where this was leaking in. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #9749 from chef/mp/CHEF-9639Tim Smith2020-04-271-1/+1
|\ | | | | Update bcrypt_pbkdf to 1.1.0.rc1
| * Update bcrypt_pbkdf to 1.1.0.rc1Marc A. Paradise2020-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides working ed25519 ssh support for Windows under Rubies 2.4-2.7. I'm submitting this with the RC gem instead of waiting for final release because because we don't have a timeline from the maintainer when the RC will be finalized. Part of this is because no decision as been made as to whether to do a major version bump for the gem. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | Note where the DLL source livesTim Smith2020-04-271-0/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the unused simplecov depedencyTim Smith2020-04-211-1/+0
| | | | | | We're not actually running these coverage tests and even if we did they don't have high value since you can game the numbers without writing quality tests. Signed-off-by: Tim Smith <tsmith@chef.io>
* Pin to Rake 13.0.1 to prevent double rakeTim Smith2020-03-061-1/+1
| | | | | | New ruby. New pin Signed-off-by: Tim Smith <tsmith@chef.io>
* drop ruby-prof down to 1.2.0 for centos6lcg/fix-kitchen-testsLamont Granquist2020-02-251-1/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* relax the cheffish constraintLamont Granquist2020-02-191-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump to Chef Infra Client 16Tim Smith2020-01-211-1/+0
| | | | | | Start the development process Signed-off-by: Tim Smith <tsmith@chef.io>