Monkeypatch to fix #91 with current twitter gem

This commit is contained in:
Jaiden Mispy 2016-01-12 23:36:21 -08:00
parent 25e3724f4d
commit 554aa2654c
2 changed files with 9 additions and 3 deletions

View file

@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'pry-byebug'
gem.add_development_dependency 'yard'
gem.add_runtime_dependency 'twitter', '= 5.14'
gem.add_runtime_dependency 'twitter', '~> 5.15'
gem.add_runtime_dependency 'rufus-scheduler'
gem.add_runtime_dependency 'gingerice'
gem.add_runtime_dependency 'htmlentities'