Skip to content

Instantly share code, notes, and snippets.

View yursky's full-sized avatar
👋
oh hey there

Yuriy Minin yursky

👋
oh hey there
View GitHub Profile
################################################################################
## SETUP
################################################################################
# Get RVM and ruby
\curl -sSL https://get.rvm.io | bash -s stable --ruby
# Make sure you have ruby dev
sudo apt-get install ruby-dev (linux)
xcode-select --install (mac)
# Install bundler
gem install bundler