From 25130fcb7fbbc91f60700c9bfa4b4ba2f87ca81b Mon Sep 17 00:00:00 2001 From: Miles Gould Date: Thu, 4 Apr 2013 18:17:01 +0100 Subject: [PATCH] Install Omniauth --- Gemfile | 3 +++ Gemfile.lock | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 39f3a06dd..da51ebb84 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index a7528ea3a..271ce5887 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)