Skip to content

Commit c5df544

Browse files
committed
Add a note to the README about updating the ruby version on MacOS
1 parent ae33471 commit c5df544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Make sure you have [Ruby](https://www.ruby-lang.org/en/documentation/installatio
1212
gem install bundler
1313
```
1414

15+
If you find this command installs a version of bundler older than 2.6.9, you are likely using an obsolete version of Ruby. If you are using MacOS, the system Ruby version is too old to install the latest bundler, and it will fail to install the required gems. You will need to [install a newer version of ruby](https://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/).
16+
1517
2. **Install Dependencies**
1618

1719
Navigate to the project directory and install the required gems:

0 commit comments

Comments
 (0)