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

Commit

Permalink
Just reject known bad nokogiri versions, refs #18.
Browse files Browse the repository at this point in the history
Assume that the next nokogiri release will contain a fix.
  • Loading branch information
Andrew Crump committed Mar 21, 2012
1 parent 206e827 commit ed45947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foodcritic.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.executables << 'foodcritic'
s.add_dependency('gherkin', '~> 2.8.0')
s.add_dependency('gist', '~> 2.0.4')
s.add_dependency('nokogiri', '1.5.0')
s.add_dependency('nokogiri', '~> 1.5.0', '!= 1.5.1', '!= 1.5.2')
s.add_dependency('pry', '~> 0.9.7.4')
s.add_dependency('pry-doc', '~> 0.3.0')
s.add_dependency('rak', '~> 1.4')
Expand Down

0 comments on commit ed45947

Please sign in to comment.