Skip to content

Commit

Permalink
Update buftok dependency to version ~> 0.2.0
Browse files Browse the repository at this point in the history
Closes #484.
  • Loading branch information
sferik committed Nov 22, 2013
1 parent 7a6f9f6 commit 64dc08f
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 @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'twitter/version'

Gem::Specification.new do |spec|
spec.add_dependency 'buftok', '~> 0.1.0'
spec.add_dependency 'buftok', '~> 0.2.0'
spec.add_dependency 'descendants_tracker', '~> 0.0.1'
spec.add_dependency 'equalizer', '~> 0.0.7'
spec.add_dependency 'faraday', ['>= 0.8', '< 0.10']
Expand Down

0 comments on commit 64dc08f

Please sign in to comment.