Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Suspenders instead of Rails #202

Merged
merged 1 commit into from Mar 3, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions common-components/default-gems
@@ -1,2 +1,2 @@
fancy_echo "Installing Rails ..."
gem install rails --no-document
fancy_echo "Installing Suspenders, thoughtbot's Rails template ..."
gem install suspenders --no-document
4 changes: 2 additions & 2 deletions linux
Expand Up @@ -159,8 +159,8 @@ fancy_echo "Configuring Bundler for faster, parallel gem installation ..."
bundle config --global jobs $((number_of_cores - 1))
### end linux-components/bundler

fancy_echo "Installing Rails ..."
gem install rails --no-document
fancy_echo "Installing Suspenders, thoughtbot's Rails template ..."
gem install suspenders --no-document
### end common-components/default-gems

fancy_echo "Installing Heroku CLI client ..."
Expand Down
4 changes: 2 additions & 2 deletions mac
Expand Up @@ -146,8 +146,8 @@ fancy_echo "Configuring Bundler for faster, parallel gem installation ..."
bundle config --global jobs $((number_of_cores - 1))
### end mac-components/bundler

fancy_echo "Installing Rails ..."
gem install rails --no-document
fancy_echo "Installing Suspenders, thoughtbot's Rails template ..."
gem install suspenders --no-document
### end common-components/default-gems

fancy_echo "Installing Heroku CLI client ..."
Expand Down