From 0352478a91da9f280228135b88d0424ec23b139f Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Fri, 10 Feb 2012 13:44:11 -0500 Subject: [PATCH] remove config.gem call --- config/environments/staging.rb | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 51ff7a5..cf7995e 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -11,11 +11,6 @@ config.action_controller.perform_caching = true # Disable delivery errors if you bad email addresses should just be ignored config.action_mailer.raise_delivery_errors = false -config.gem "rubaidh-google_analytics", - :lib => "rubaidh/google_analytics", - :version => "1.1.4", - :source => "http://gems.github.com" - # set constants containing sensitive information # such as passwords for sendgrid, etc. extra_conf = "/data/extra-conf/environment-variables.rb" -- libgit2 0.21.2