Utilizing Bundler
Bundler is an easy and efficient way to get all the correct gem versions installed for
RPSG
Windows/Mac (OSX)
Using Bundle Install
- Open
Command Prompt
/Terminal
depending on OS cd
to the directory of theGemfile
in theRPSG
repository folder- do download the
RPSG
repo folder, go here and clickDownload
thenDownload ZIP
- do download the
- type
bundle install
and hit Enter/Return (depending on OS)
Using Bundle Update
cd
to the directory of theGemfile
in theRPSG
repository folder- type
bundle update
and hit Enter/Return (depending on OS)