Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nokogiri from 1.5.0 to 1.13.9 #132

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gem "redis-objects", "0.5.2"
gem "redcarpet", "~> 2.0.0"
gem "pygments.rb"
# HTML 处理
gem "nokogiri", "1.5.0"
gem "nokogiri", "1.13.9"
gem "hpricot"
gem "jquery-rails", "1.0.16"
# Auto link
Expand Down Expand Up @@ -97,7 +97,7 @@ end
group :mailman do
gem "rb-inotify"
gem "mailman"
gem "nokogiri", "1.5.0"
gem "nokogiri", "1.13.9"
gem "daemon-spawn", "~> 0.4.2"
gem "resque", :require => "resque/server"
end
Expand Down
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ GEM
mime-types (1.19)
mini_magick (3.3)
subexec (~> 0.1.0)
mini_portile2 (2.8.0)
mover (0.3.6)
multi_json (1.0.4)
multipart-post (1.1.4)
Expand All @@ -204,7 +205,9 @@ GEM
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
newrelic_rpm (3.3.0)
nokogiri (1.5.0)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oauth (0.4.5)
oauth2 (0.5.1)
faraday (~> 0.7.4)
Expand Down Expand Up @@ -239,6 +242,7 @@ GEM
options (~> 2.3.0)
pygments.rb (0.2.4)
rubypython (~> 0.5.3)
racc (1.6.0)
rack (1.4.3)
rack-cache (1.2)
rack (>= 0.4)
Expand Down Expand Up @@ -314,8 +318,8 @@ GEM
rubypython (0.5.3)
blankslate (>= 2.1.2.3)
ffi (~> 1.0.7)
sanitize (2.0.3)
nokogiri (>= 1.4.4, < 1.6)
sanitize (2.0.6)
nokogiri (>= 1.4.4)
sass (3.1.11)
sass-rails (3.2.4)
railties (~> 3.2.0)
Expand Down Expand Up @@ -390,7 +394,7 @@ DEPENDENCIES
mini_magick (= 3.3)
mysql2
newrelic_rpm
nokogiri (= 1.5.0)
nokogiri (= 1.13.9)
omniauth (~> 1.0.1)
omniauth-douban!
omniauth-github (~> 1.0.0)
Expand Down