Skip to content

Commit

Permalink
Update nokogiri to 1.6.8
Browse files Browse the repository at this point in the history
[finishes #123079061]

Signed-off-by: Eric Saxby <esaxby@pivotal.io>
  • Loading branch information
thausler786 authored and Eric Saxby committed Jun 28, 2016
1 parent 786029d commit cd3e467
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ gem 'eventmachine', '~> 1.0.9'

gem 'fog'
gem 'i18n'
gem 'nokogiri', '~> 1.6.2'
gem 'nokogiri', '~> 1.6.8'
gem 'unf'
gem 'netaddr'
gem 'rfc822'
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Expand Up @@ -242,7 +242,7 @@ GEM
membrane (1.1.0)
method_source (0.8.2)
mime-types (2.6.2)
mini_portile2 (2.0.0)
mini_portile2 (2.1.0)
minitest (5.8.4)
msgpack (0.5.12)
multi_json (1.12.0)
Expand All @@ -251,14 +251,16 @@ GEM
mysql2 (0.3.20)
netaddr (1.5.0)
newrelic_rpm (3.12.0.288)
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)
parallel (1.3.3)
parallel_tests (1.0.7)
parallel
parser (2.3.1.0)
ast (~> 2.2)
pg (0.16.0)
pkg-config (1.1.7)
posix-spawn (0.3.11)
powerpack (0.1.1)
pry (0.10.1)
Expand Down Expand Up @@ -429,7 +431,7 @@ DEPENDENCIES
nats!
netaddr
newrelic_rpm (= 3.12.0.288)
nokogiri (~> 1.6.2)
nokogiri (~> 1.6.8)
parallel_tests
pg (= 0.16.0)
pry-byebug
Expand Down Expand Up @@ -461,4 +463,4 @@ DEPENDENCIES
yajl-ruby

BUNDLED WITH
1.12.4
1.12.5

0 comments on commit cd3e467

Please sign in to comment.