diff --git a/ruby b/ruby index a8eb0a75d..4661ed796 100644 --- a/ruby +++ b/ruby @@ -10,9 +10,6 @@ echo "Installing Rails to write and run web applications ..." echo "Installing the Heroku gem to interact with the http://heroku.com API ..." gem install heroku --no-rdoc --no-ri -echo "Installing the Taps gem to push and pull SQL databases between development, staging, and production environments ..." - gem install taps --no-rdoc --no-ri - echo "Installing the pg gem to talk to Postgres databases ..." gem install pg --no-rdoc --no-ri