Skip to content

Commit

Permalink
Support Typhoeus 1.0 (#232)
Browse files Browse the repository at this point in the history
Merge pull request 232
  • Loading branch information
DirtyF authored and jekyllbot committed May 31, 2018
1 parent 10a775e commit 0c89dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-feed.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rubocop", "0.56"
spec.add_development_dependency "typhoeus", "~> 0.7"
spec.add_development_dependency "typhoeus", ">= 0.7", "< 2.0"
end

0 comments on commit 0c89dea

Please sign in to comment.