Skip to content

Commit

Permalink
Update simple_oauth dependency to ~> 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 6, 2016
1 parent a7f12e7 commit 846a1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'http_parser.rb', '~> 0.6.0'
spec.add_dependency 'memoizable', '~> 0.4.2'
spec.add_dependency 'naught', '~> 1.1'
spec.add_dependency 'simple_oauth', '~> 0.3.0'
spec.add_dependency 'simple_oauth', '~> 0.3.1'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.authors = ['Erik Michaels-Ober', 'John Nunemaker', 'Wynn Netherland', 'Steve Richert', 'Steve Agalloco']
spec.description = 'A Ruby interface to the Twitter API.'
Expand Down

0 comments on commit 846a1ed

Please sign in to comment.