Created
November 24, 2017 13:27
-
-
Save murilomothsin/57a009915cfe89f3b368dab0bcb336ae to your computer and use it in GitHub Desktop.
Create a rails project specifying the version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir myapp | |
cd myapp | |
echo "source 'https://rubygems.org'" > Gemfile | |
echo "gem 'rails', '4.2.9'" >> Gemfile | |
bundle install | |
bundle exec rails new . --force --skip-bundle | |
bundle update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment