Skip to content

Commit

Permalink
Update Bundler to avoid permission error on GHA
Browse files Browse the repository at this point in the history
The following error happens in GHA and updating Bundler will solve it.

```
The installation path is insecure. Bundler cannot continue.
```
  • Loading branch information
pocke committed Jan 31, 2025
1 parent a7178b1 commit 88aa628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ DEPENDENCIES
test-unit

BUNDLED WITH
2.5.16
2.6.3
2 changes: 1 addition & 1 deletion steep/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ DEPENDENCIES
steep (~> 1.9.2)

BUNDLED WITH
2.5.16
2.6.3

0 comments on commit 88aa628

Please sign in to comment.