Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Use nokogiri 1.5.10 (1.6 is doesn't support Ruby 1.8).
Browse files Browse the repository at this point in the history
  • Loading branch information
KL-7 committed Nov 13, 2013
1 parent 1e2d6cf commit 12e68cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter-text.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.summary = "Twitter text handling library"

s.add_development_dependency "multi_json", "~> 1.3"
s.add_development_dependency "nokogiri"
s.add_development_dependency "nokogiri", "~> 1.5.10"
s.add_development_dependency "rake"
s.add_development_dependency "rdoc"
s.add_development_dependency "rspec"
Expand Down

0 comments on commit 12e68cd

Please sign in to comment.