-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Bundler to avoid permission error on GHA
The following error happens in GHA and updating Bundler will solve it. ``` The installation path is insecure. Bundler cannot continue. ```
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -196,4 +196,4 @@ DEPENDENCIES | |
test-unit | ||
|
||
BUNDLED WITH | ||
2.5.16 | ||
2.6.3 |
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 |
---|---|---|
|
@@ -76,4 +76,4 @@ DEPENDENCIES | |
steep (~> 1.9.2) | ||
|
||
BUNDLED WITH | ||
2.5.16 | ||
2.6.3 |