Skip to content

Commit

Permalink
we must use nokogiri 1.4 or greater
Browse files Browse the repository at this point in the history
- it includes my patch to their XMl::Reader bindings
  • Loading branch information
yob committed Oct 31, 2009
1 parent 3f98dd5 commit 0e0cbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec = Gem::Specification.new do |s|
]
s.add_dependency('roxml', '>=3.1.1')
s.add_dependency('andand')
s.add_dependency('nokogiri')
s.add_dependency('nokogiri', '>=1.4')
end

Rake::GemPackageTask.new(spec) do |p|
Expand Down

0 comments on commit 0e0cbad

Please sign in to comment.