Install Omniauth

This commit is contained in:
Miles Gould
2013-04-04 18:17:01 +01:00
parent f574bbb11f
commit 25130fcb7f
2 changed files with 8 additions and 1 deletions

View File

@@ -75,6 +75,9 @@ gem 'geocoder'
# For easy calendar selection
gem 'bootstrap-datepicker-rails'
# For connecting to other services (eg Twitter)
gem 'omniauth'
# for phusion passenger (i.e. mod_rails) on the server
gem 'passenger'
gem 'rake', '>= 10.0.0'

View File

@@ -95,6 +95,7 @@ GEM
activesupport (>= 3.1, < 4.1)
haml (>= 3.1, < 4.1)
railties (>= 3.1, < 4.1)
hashie (1.2.0)
highline (1.6.16)
hike (1.2.1)
i18n (0.6.1)
@@ -124,8 +125,10 @@ GEM
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
newrelic_rpm (3.5.8.72)
nokogiri (1.5.7)
nokogiri (1.5.8)
omniauth (1.1.3)
hashie (~> 1.2)
rack
orm_adapter (0.4.0)
passenger (3.0.19)
daemon_controller (>= 1.0.0)
@@ -242,6 +245,7 @@ DEPENDENCIES
json (~> 1.7.7)
less-rails
newrelic_rpm
omniauth
passenger
pg
rack (~> 1.4.5)