Skip to content

Commit

Permalink
Fix version specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed May 12, 2014
1 parent e89f859 commit b900205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.gemspec
Expand Up @@ -252,7 +252,7 @@ Gem::Specification.new do |s|
s.add_dependency "gh", "~> 0.13"
s.add_dependency "launchy", "~> 2.1"
s.add_dependency "pry", "~> 0.9"
s.add_dependency "typhoeus", "~> 0.6.8"
s.add_dependency "typhoeus", "~> 0.6", ">= 0.6.8"
s.add_dependency "pusher-client", "~> 0.4"
s.add_dependency "addressable", "~> 2.3"
s.add_development_dependency "rspec", "~> 2.12"
Expand Down

0 comments on commit b900205

Please sign in to comment.