Skip to content
Snippets Groups Projects
Commit 39d41b4f authored by Fatih Acet's avatar Fatih Acet
Browse files

Add nokogiri troubleshooting to README.md.

parent e16ebc30
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -803,6 +803,19 @@ git checkout -b can-I-commit
git commit --allow-empty -m 'I can commit'
```
 
### 'gem install nokogiri' fails
Make sure that Xcode Command Line Tools installed on your development machine. For the discussion see this [issue](https://gitlab.com/gitlab-org/gitlab-development-kit/issues/124)
```
brew unlink gcc-4.2 # you might not need this step
gem uninstall nokogiri
xcode-select --install
gem install nokogiri
```
### Other problems
 
Please open an issue on the [GDK issue tracker](https://gitlab.com/gitlab-org/gitlab-development-kit/issues).
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment