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.10.3 to 1.13.9 #21

Open
wants to merge 1 commit into
base: master
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ group :development do
gem "puppet-blacksmith"
end

gem 'nokogiri', '~> 1.8'
gem 'nokogiri', '~> 1.13'
45 changes: 23 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ GEM
CFPropertyList (2.3.6)
addressable (2.4.0)
backports (3.15.0)
beaker (4.11.0)
beaker (4.17.0)
beaker-hostgenerator
hocon (~> 1.0)
in-parallel (~> 0.1)
inifile (~> 3.0)
minitar (~> 0.6)
minitest (~> 5.4)
net-ping (~> 2.0)
net-scp (~> 1.2)
net-ssh (~> 5.0)
open_uri_redirections (~> 0.2.1)
Expand All @@ -23,7 +22,7 @@ GEM
beaker-hostgenerator (1.1.32)
deep_merge (~> 1.0)
stringify-hash (~> 0.0.0)
beaker-rspec (6.2.4)
beaker-rspec (7.1.0)
beaker (> 3.0)
rspec (~> 3.0)
serverspec (~> 2)
Expand All @@ -39,7 +38,7 @@ GEM
facter (2.5.5)
facter (2.5.5-universal-darwin)
CFPropertyList (~> 2.2)
faraday (0.15.4)
faraday (0.17.5)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
Expand All @@ -63,43 +62,43 @@ GEM
launchy (2.4.3)
addressable (~> 2.3)
locale (2.1.2)
metaclass (0.0.4)
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mini_portile2 (2.4.0)
minitar (0.8)
mini_portile2 (2.8.0)
minitar (0.9)
minitest (5.11.3)
mocha (1.9.0)
metaclass (~> 0.0.1)
mocha (1.16.0)
multi_json (1.13.1)
multipart-post (2.1.1)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
net-ping (2.0.6)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (5.2.0)
net-telnet (0.1.1)
netrc (0.11.0)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.9-x86_64-darwin)
racc (~> 1.4)
open_uri_redirections (0.2.1)
pathspec (0.2.1)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (~> 0.10)
puppet (5.5.16)
puppet (5.5.22)
facter (> 2.0.1, < 4)
fast_gettext (~> 1.1.2)
hiera (>= 3.2.1, < 4)
locale (~> 2.1)
multi_json (~> 1.10)
puppet (5.5.16-universal-darwin)
puppet (5.5.22-universal-darwin)
CFPropertyList (~> 2.2)
facter (> 2.0.1, < 4)
fast_gettext (~> 1.1.2)
Expand All @@ -109,18 +108,20 @@ GEM
puppet-blacksmith (4.1.2)
rest-client (~> 2.0)
puppet-lint (2.3.6)
puppet-syntax (2.5.0)
puppet-syntax (3.2.1)
puppet (>= 5)
rake
puppetlabs_spec_helper (2.14.1)
puppetlabs_spec_helper (4.0.1)
mocha (~> 1.0)
pathspec (~> 0.2.1)
pathspec (>= 0.2.1, < 1.1.0)
puppet-lint (~> 2.0)
puppet-syntax (~> 2.0)
puppet-syntax (>= 2.0, < 4)
rspec-puppet (~> 2.0)
pusher-client (0.6.2)
json
websocket (~> 1.0)
rake (12.3.3)
racc (1.6.0)
rake (13.0.6)
rb-readline (0.5.5)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
Expand Down Expand Up @@ -158,7 +159,7 @@ GEM
sfl
stringify-hash (0.0.2)
thor (0.20.3)
travis (1.8.10)
travis (1.8.13)
backports
faraday (~> 0.9)
faraday_middleware (~> 0.9, >= 0.9.1)
Expand Down Expand Up @@ -187,7 +188,7 @@ DEPENDENCIES
beaker
beaker-rspec
facter (>= 1.7.0)
nokogiri (~> 1.8)
nokogiri (~> 1.13)
puppet (~> 5.5.0)
puppet-blacksmith
puppet-lint (>= 1.0.0)
Expand Down