Add twitter gem. Update rails from 3.0.7 to 3.0.9.

This commit is contained in:
Roland 2011-07-01 00:13:38 +02:00
parent c046a91e24
commit b980f679ac
2 changed files with 55 additions and 30 deletions

View file

@ -1,7 +1,7 @@
# -*- mode: yaml; -*-
source 'http://rubygems.org'
gem 'rails', '3.0.7'
gem 'rails', '3.0.9'
# don't use version 0.9.0 for now as it's known for causing trouble /w rails
gem 'rake', '0.8.7'
@ -24,6 +24,9 @@ gem 'cancan', '1.6.5'
# Deploy with Capistrano
gem 'capistrano', '2.5.21'
# https://github.com/jnunemaker/twitter
gem 'twitter', '1.6.0'
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
# gem 'ruby-debug'
# gem 'ruby-debug19', :require => 'ruby-debug'