-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin plugins to specific commits (#125)
* Pin plugins to specific commits * Save lockfiles for plugins during image creation * Try to handle GEM_HOME issues * Revisit pinned commits, install all gems at the root of the app * Fixes * Moar fixes! * Add missing bundler config * Ignore license warning in bundler config for ROCK * Revert "feat(runners): Use edge runners (#119)" This reverts commit e712459. * Fix rexml patch * Upgrade nodejs version --------- Co-authored-by: Tom Haddon <tom.haddon@canonical.com>
- Loading branch information
1 parent
21d13a7
commit ba058cc
Showing
5 changed files
with
34 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
BUNDLE_ALLOW_OFFLINE_INSTALL: "true" | ||
BUNDLE_CACHE_ALL: "true" | ||
BUNDLE_DISABLE_SHARED_GEMS: "true" | ||
BUNDLE_FROZEN: "true" | ||
BUNDLE_DISABLE_VERSION_CHECK: "true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters