mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Bump Ruby version in some docs
This commit is contained in:
@ -40,12 +40,12 @@ source ~/.rvm/scripts/rvm
|
||||
rvm get stable
|
||||
rvm autolibs homebrew # Tell RVM to install anything it's missing with homebrew
|
||||
rvm requirements # This will install baseline requirements that might be missing
|
||||
rvm install 2.0.0-turbo # Now, install Ruby 2.0.0 with performance patches
|
||||
rvm --create --ruby-version use 2.0.0-turbo # Use this Ruby as the default in this directory
|
||||
rvm install 2.4.4 # Now, install Ruby 2.4.4
|
||||
rvm --create --ruby-version use 2.4.4 # Use this Ruby as the default in this directory
|
||||
|
||||
# Check that the correct version is installed and active
|
||||
echo "Checking Ruby installation..."
|
||||
ruby -v | grep 2.0.0
|
||||
ruby -v | grep 2.4.4
|
||||
|
||||
## Configure PostgreSQL (PostgreSQL was installed by Homebrew using `brew bundle`) ##
|
||||
echo "Loading PostgreSQL..."
|
||||
|
Reference in New Issue
Block a user