Skip to content

Commit

Permalink
Update gem: Nokogiri to 1.6.8. (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenk committed Jul 4, 2016
1 parent e8ec59d commit 9686f69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -73,7 +73,7 @@ gem 'active_model_serializers', '~> 0.9.3'
gem 'json-stream', '~> 0.2.1'

# XML Parser
gem 'nokogiri', '~> 1.6.7'
gem 'nokogiri', '~> 1.6.8'

# Authentication
# devise => 4.0.0 does not support Rails 3.2 and Rails 4.0
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Expand Up @@ -343,7 +343,7 @@ GEM
metaclass (0.0.4)
method_source (0.8.2)
mime-types (1.25.1)
mini_portile2 (2.0.0)
mini_portile2 (2.1.0)
mocha (1.1.0)
metaclass (~> 0.0.1)
momentjs-rails (2.11.1)
Expand All @@ -356,11 +356,13 @@ GEM
net-ssh (3.1.1)
netrc (0.11.0)
nio4r (1.2.1)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
options (2.3.2)
orm_adapter (0.5.0)
pg (0.18.4)
pkg-config (1.1.7)
poltergeist (1.9.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
Expand Down Expand Up @@ -633,7 +635,7 @@ DEPENDENCIES
launchy (~> 2.4.3)
mocha (~> 1.1.0)
momentjs-rails (~> 2.11.0)
nokogiri (~> 1.6.7)
nokogiri (~> 1.6.8)
ontology-united!
pg (~> 0.18.1)
poltergeist (~> 1.9.0)
Expand Down

0 comments on commit 9686f69

Please sign in to comment.