Commit 0352478a91da9f280228135b88d0424ec23b139f

Authored by Luke Baker
1 parent ee7b1f91

remove config.gem call

Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
config/environments/staging.rb
... ... @@ -11,11 +11,6 @@ config.action_controller.perform_caching = true
11 11 # Disable delivery errors if you bad email addresses should just be ignored
12 12 config.action_mailer.raise_delivery_errors = false
13 13  
14   -config.gem "rubaidh-google_analytics",
15   - :lib => "rubaidh/google_analytics",
16   - :version => "1.1.4",
17   - :source => "http://gems.github.com"
18   -
19 14 # set constants containing sensitive information
20 15 # such as passwords for sendgrid, etc.
21 16 extra_conf = "/data/extra-conf/environment-variables.rb"
... ...