Skip to content

Commit

Permalink
Update twitter dependency to ~> 5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Oct 30, 2014
1 parent 7629451 commit 8a673c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3785,7 +3785,7 @@
end
it 'sorts by the country name' do
@cli.trend_locations
expect($stdout.string.chomp).to eq 'Soweto San Francisco United States Worldwide'
expect($stdout.string.chomp).to eq 'Worldwide Soweto San Francisco United States'
end
end
context '--sort=parent' do
Expand Down
2 changes: 1 addition & 1 deletion t.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'oauth', '~> 0.4.7'
spec.add_dependency 'retryable', '~> 1.3'
spec.add_dependency 'thor', ['>= 0.19.1', '< 2']
spec.add_dependency 'twitter', '~> 5.11'
spec.add_dependency 'twitter', '~> 5.12'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.author = 'Erik Michaels-Ober'
spec.bindir = 'bin'
Expand Down

0 comments on commit 8a673c6

Please sign in to comment.