Skip to content

Commit

Permalink
Nokogiri 1.6.7 will not install for us, either.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Dec 30, 2015
1 parent 7f2b695 commit 8417d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if RUBY_VERSION < '1.9.2'
elsif RUBY_VERSION < '1.9.3'
gem 'nokogiri', '1.5.2'
else
gem 'nokogiri', ['~> 1.5', '!= 1.6.6.3', '!= 1.6.6.4', "!= 1.6.7.1"]
gem 'nokogiri', ['~> 1.5', '!= 1.6.6.3', '!= 1.6.6.4', "!= 1.6.7.1", "!= 1.6.7"]
end

if RUBY_VERSION <= '1.8.7'
Expand Down

0 comments on commit 8417d44

Please sign in to comment.