Skip to content

Commit

Permalink
Update README for circumventing permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
inscapist committed Jun 19, 2024
1 parent a9a0f7d commit caea025
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,13 @@ PLATFORMS
```
### 3. `bundle lock` fails with `Permission denied` when Gemfile contains git sources

You can either set this permanently at `.bundle`

``` sh
bundle config set --local path 'vendor/bundle'
export BUNDLE_PATH=vendor/bundle
bundle lock
rm -rf vendor/bundle
```

Or temporarily using:
``` sh
export BUNDLE_PATH=vendor/bundle
```
also remove or rename `.bundle` if it continues to fail.

### 4. How to use a different ruby version?

Expand Down

0 comments on commit caea025

Please sign in to comment.