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:
2
Gemfile
2
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user