Skip to content

Commit

Permalink
Install Suspenders instead of Rails
Browse files Browse the repository at this point in the history
We more typically create Rails apps using Suspenders. Rails is a
dependency of Suspenders, so it will still be installed.
  • Loading branch information
Dan Croak committed Mar 3, 2014
1 parent c6a4aec commit 155c357
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 155c357

Please sign in to comment.