Removed twitter dependency from Gemfile as it's causing depenedencies issues sometimes, and the twitter notification feature isn't that used anyway.

This commit is contained in:
antisnatchor
2014-04-14 11:46:42 +02:00
parent 4e3f0366bf
commit 940b03e249
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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