mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #1243 from trident523/patch-1
Need to define which ruby to use before installing gems in Docs
This commit is contained in:
commit
284b32967b
@ -137,6 +137,11 @@ Continue with Discourse installation
|
|||||||
|
|
||||||
# Build and install ruby
|
# Build and install ruby
|
||||||
rvm install 2.0.0
|
rvm install 2.0.0
|
||||||
|
|
||||||
|
# Use installed ruby as default
|
||||||
|
rvm use 2.0.0 --default
|
||||||
|
|
||||||
|
# Install bundler
|
||||||
gem install bundler
|
gem install bundler
|
||||||
|
|
||||||
# Pull down the latest release
|
# Pull down the latest release
|
||||||
|
Loading…
Reference in New Issue
Block a user