chore: install bundler without sudo

This commit is contained in:
Marcus Kida 2022-04-29 10:49:24 +02:00
parent 23eeaab465
commit b6c944da26
Failed to extract signature
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Install Ruby Bundler
sudo gem install bundler:2.3.11
gem install bundler:2.3.11
# Install Ruby Gems
bundle install

View File

@ -17,7 +17,7 @@ The app use [CocoaPods]() and [CocoaPods-Keys](https://github.com/orta/cocoapods
#### Intel Mac
```zsh
sudo gem install bundler
gem install bundler
bundle install
```
@ -41,7 +41,7 @@ rbenv global 3.0.3
ruby --version
# > ruby 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [arm64-darwin21]
sudo gem install bundler
gem install bundler
bundle install
```