mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
update Ruby version
This commit is contained in:
parent
872656fe52
commit
f058942343
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ To get your Ubuntu 16.04 LTS install up and running to develop Discourse and Dis
|
|||
|
||||
# exit the terminal and open it again to activate RVM
|
||||
|
||||
rvm install 2.3.4
|
||||
rvm --default use 2.3.4 # If this error out check https://rvm.io/integration/gnome-terminal
|
||||
rvm install 2.5.1
|
||||
rvm --default use 2.5.1 # If this error out check https://rvm.io/integration/gnome-terminal
|
||||
gem install bundler mailcatcher
|
||||
|
||||
# Postgresql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue