ensure that cpi uses the correct gem path during runtime #702
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
when executing create-env on a nix based oci image gems cannot be found.
Error message: "Cannot find [gems] in locally installed gems"
This PR fixes it.
Checklist:
Please check each of the boxes below for which you have completed the corresponding task:
Please include below the summary portions of the output from the following 2 scripts:
NOTE: Please see how to setup dev environment and run unit tests in docs/development.md.
Unit Test output:
Finished in 4.85 seconds (files took 3.43 seconds to load)
1034 examples, 0 failures
Rubocop output:
Lots of Rubocop issues in files that are not affected by this PR:
191 files inspected, 50 offenses detected, 28 offenses autocorrectable
Changelog