summaryrefslogtreecommitdiff
path: root/post-bundle-install.rb
Commit message (Collapse)AuthorAgeFilesLines
* spellcheckLamont Granquist2022-03-231-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* style fix + FIXMEs for futureLamont Granquist2022-03-221-1/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix post-bundle-installLamont Granquist2022-03-211-6/+4
| | | | | | pull the name off of the gemspec, not the dirname Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fix 2 typos in code and slim our cspell exceptions downTim Smith2021-05-071-1/+1
| | | | | | These are all in our global dictionary at this point Signed-off-by: Tim Smith <tsmith@chef.io>
* skip the chef gem in the post-bundle-installLamont Granquist2021-03-221-0/+2
| | | | | | | | this shouldn't be there, but it always causes problems if it accidentally exists in the image and we try to install it before the rest of the deps are in place Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* ruby 3.0 fixes and post-bundle-install hookLamont Granquist2021-03-181-0/+27
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>