Skip to content

Commit

Permalink
Merge pull request #22646 from maclover7/master
Browse files Browse the repository at this point in the history
Require Nokogiri >= 1.6.7.1
  • Loading branch information
guilleiguaran committed Dec 17, 2015
2 parents 84eba99 + 5d8ee12 commit 1fca600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -85,7 +85,7 @@ group :test do
end end


platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
gem 'nokogiri', '>= 1.6.7' gem 'nokogiri', '>= 1.6.7.1'


# Needed for compiling the ActionDispatch::Journey parser. # Needed for compiling the ActionDispatch::Journey parser.
gem 'racc', '>=1.4.6', require: false gem 'racc', '>=1.4.6', require: false
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -327,7 +327,7 @@ DEPENDENCIES
mocha (~> 0.14) mocha (~> 0.14)
mysql (>= 2.9.0) mysql (>= 2.9.0)
mysql2 (>= 0.4.0) mysql2 (>= 0.4.0)
nokogiri (>= 1.6.7) nokogiri (>= 1.6.7.1)
pg (>= 0.18.0) pg (>= 0.18.0)
psych (~> 2.0) psych (~> 2.0)
puma puma
Expand Down

0 comments on commit 1fca600

Please sign in to comment.