From 31669ed0185229ad1a6f38a28271e19b917c6219 Mon Sep 17 00:00:00 2001 From: Jaiden Mispy <^_^@mispy.me> Date: Sun, 19 Oct 2014 21:58:35 -0700 Subject: [PATCH] Force simple_oauth 0.2.0 --- twitter_ebooks.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/twitter_ebooks.gemspec b/twitter_ebooks.gemspec index de189ee..8f3fe83 100644 --- a/twitter_ebooks.gemspec +++ b/twitter_ebooks.gemspec @@ -19,9 +19,8 @@ Gem::Specification.new do |gem| gem.add_development_dependency 'memory_profiler' gem.add_development_dependency 'pry-byebug' - gem.add_runtime_dependency 'twitter', '~> 4.0' - gem.add_runtime_dependency 'simple_oauth' + gem.add_runtime_dependency 'simple_oauth', '~> 0.2.0' gem.add_runtime_dependency 'tweetstream' gem.add_runtime_dependency 'rufus-scheduler' gem.add_runtime_dependency 'gingerice'