Skip to content

Commit

Permalink
-- specify which version of nokogiri is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hutch committed Jun 8, 2012
1 parent 4bf46bd commit b78e7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -12,7 +12,7 @@ begin
gem.authors = ["Bob Hutchison"]

gem.add_dependency('xamplr-pp', '>=1.2.0')
gem.add_dependency('nokogiri', '>=1.4.3')
gem.add_dependency('nokogiri', '=1.5.2')

# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Expand Down

0 comments on commit b78e7bc

Please sign in to comment.