Skip to content

Commit

Permalink
update to nokogiri 1.8.5 sparklemotion/nokogiri#1785
Browse files Browse the repository at this point in the history
  • Loading branch information
mapopa committed Jan 22, 2019
1 parent a91cfcd commit f43196e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -39,6 +39,7 @@ group :production do
gem 'aws-ses'
gem 'qiniu', '~> 6.5.1'
gem 'http', '~> 1.0'
gem 'nokogiri', '~> 1.8.5'
end

gem 'rspec'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Expand Up @@ -150,7 +150,7 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (3.2.0)
netrc (0.11.0)
nokogiri (1.8.2)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
open4 (1.3.0)
pagerduty (2.0.0)
Expand Down Expand Up @@ -222,6 +222,7 @@ DEPENDENCIES
net-scp
net-sftp
net-ssh
nokogiri (~> 1.8.5)
open4
pagerduty
pry
Expand All @@ -237,4 +238,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.16.1
1.16.2
2 changes: 1 addition & 1 deletion backup.gemspec
Expand Up @@ -79,7 +79,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'net-sftp', '= 2.1.2'
gem.add_dependency 'net-ssh', '= 3.2.0'
gem.add_dependency 'netrc', '= 0.11.0'
gem.add_dependency 'nokogiri', '= 1.8.2'
gem.add_dependency 'nokogiri', '= 1.8.5'
gem.add_dependency 'open4', '= 1.3.0'
gem.add_dependency 'pagerduty', '= 2.0.0'
gem.add_dependency 'public_suffix', '= 3.0.2'
Expand Down

0 comments on commit f43196e

Please sign in to comment.