mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-11 17:24:50 -04:00
Install Omniauth
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -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'
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user