Skip to content

Commit

Permalink
Bump twitter dependency to version ~> 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jun 30, 2012
1 parent d6deb9b commit a9a1015
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -8,8 +8,4 @@ platforms :mri do
gem 'ruby-prof'
end

gem 'thor', :github => 'wycats/thor'
gem 'tweetstream', :github => 'intridea/tweetstream'
gem 'twitter', :github => 'jnunemaker/twitter'

gemspec
2 changes: 1 addition & 1 deletion t.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'retryable', '~> 1.2'
gem.add_dependency 'thor', ['>= 0.15.2', '< 2']
gem.add_dependency 'tweetstream', '~> 2.0'
gem.add_dependency 'twitter', '~> 3.0.0.rc.1'
gem.add_dependency 'twitter', '~> 3.0'
gem.add_development_dependency 'pry'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec'
Expand Down

0 comments on commit a9a1015

Please sign in to comment.