Skip to content

Commit aad8296

Browse files
committed
Pin nokogiri to 1.6.7.1
1 parent 0bbee03 commit aad8296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if RUBY_VERSION < '1.9.2'
3232
elsif RUBY_VERSION < '1.9.3'
3333
gem 'nokogiri', '1.5.2'
3434
else
35-
gem 'nokogiri', ['~> 1.5', '!= 1.6.6.3', '!= 1.6.6.4', "!= 1.6.7.1", "!= 1.6.7"]
35+
gem 'nokogiri', '1.6.7.1'
3636
end
3737

3838
if RUBY_VERSION <= '1.8.7'

0 commit comments

Comments
 (0)