From 940b03e2499eeae2af0fa20683e394f38d6f180b Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Mon, 14 Apr 2014 11:46:42 +0200 Subject: [PATCH] Removed twitter dependency from Gemfile as it's causing depenedencies issues sometimes, and the twitter notification feature isn't that used anyway. --- Gemfile | 2 -- extensions/notifications/config.yaml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 0bc53bd73..8b82aee44 100644 --- a/Gemfile +++ b/Gemfile @@ -35,8 +35,6 @@ gem "rubyzip", ">= 1.0.0" gem "rubydns" gem "sourcify" -# notifications -gem "twitter", ">= 5.0.0" if ENV['BEEF_TEST'] # for running unit tests diff --git a/extensions/notifications/config.yaml b/extensions/notifications/config.yaml index a832c8ea0..ab0c24121 100644 --- a/extensions/notifications/config.yaml +++ b/extensions/notifications/config.yaml @@ -8,6 +8,8 @@ beef: notifications: enable: false name: Notifications + # Make sure you do 'gem install twitter' before enabling this feature. Leaving the twitter gem + # in the Gemfile causes dependency issues, and this twitter feature isn't used much anyway. twitter: enable: false consumer_key: app_consumer_key