* pinning down omniauth

This commit is contained in:
Seth Call 2012-12-03 23:01:15 -06:00
parent b9dcf5fa69
commit 97ae04992d
1 changed files with 6 additions and 6 deletions

12
Gemfile
View File

@ -36,12 +36,12 @@ gem 'amqp'
gem 'logging-rails', :require => 'logging/rails'
gem 'tire'
gem 'rb-readline'
gem 'omniauth'
gem 'omniauth-facebook'
gem 'fb_graph'
gem 'sendgrid'
gem 'recaptcha'
gem 'filepicker-rails'
gem 'omniauth', '1.1.1'
gem 'omniauth-facebook', '1.4.1'
gem 'fb_graph', '2.5.9'
gem 'sendgrid', '1.1.0'
gem 'recaptcha', '0.3.4'
gem 'filepicker-rails', '0.0.2'
group :development, :test do
gem 'rspec-rails', '2.11.0'