Created
September 23, 2017 15:50
-
-
Save bdonnahue/74455fed20ed7d4c7b1ddb77bb96c0f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@24ea42cd89ed ~]# ./install_gitlab_shell.sh | |
Could not find rake-12.0.0 in any of the sources | |
Run `bundle install` to install missing gems. | |
[root@24ea42cd89ed ~]# rake --version | |
rake, version 12.1.0 | |
[root@24ea42cd89ed ~]# sudo -u git rake --version | |
rake, version 12.1.0 | |
[root@24ea42cd89ed ~]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment