Get rid of the Twitter gem. We won't do anything with Twitter anymore.

This commit is contained in:
Roland Jesse 2013-01-09 22:47:11 +01:00
parent 1f8839f97b
commit b14a91e864
2 changed files with 8 additions and 14 deletions

View file

@ -23,11 +23,8 @@ gem 'cancan', '1.6.5'
gem 'capistrano', '2.5.21'
# For avatar images: https://github.com/jnicklas/carrierwave
# gem 'rmagick', '2.9.2'
# gem 'carrierwave', '0.6.2'
# https://github.com/jnunemaker/twitter
gem 'twitter', '2.5.0'
gem 'rmagick', '2.9.2'
gem 'carrierwave', '0.6.2'
# Specify this directly in order to use version we also have @production site. Otherwise, 'rdoc' pulls newest version in.
gem 'json', '1.6.5'