Skip to content

Commit

Permalink
Bump nokogiri from 1.10.10 to 1.13.6 (#2988)
Browse files Browse the repository at this point in the history
Bump nokogiri from 1.10.10 to 1.13.6
  • Loading branch information
dependabot[bot] authored Jun 14, 2022
1 parent 8b29549 commit 401ad8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ gem 'dalli', '~> 2.7'
gem 'faraday', '~> 0.15.3'
gem 'faraday_middleware', '~> 0.13.1'
gem 'mimemagic', '~> 0.3.10'
gem 'nokogiri', '~> 1.10.10'
gem 'nokogiri', '~> 1.13.6'
gem 'secure_headers', '~> 6.3.0'

gem 'acts-as-taggable-on', '~> 8.0'
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.1.1)
mini_portile2 (2.4.0)
mini_portile2 (2.8.0)
minitest (5.10.3)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
Expand All @@ -1572,8 +1572,9 @@ GEM
connection_pool (~> 2.2)
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
non-stupid-digest-assets (1.0.9)
sprockets (>= 2.0)
ntlm-http (0.1.1)
Expand Down Expand Up @@ -1632,6 +1633,7 @@ GEM
pry (~> 0.13)
public_suffix (4.0.7)
raabro (1.4.0)
racc (1.6.0)
rack (2.1.4.1)
rack-cors (1.1.1)
rack (>= 2.0.0)
Expand Down Expand Up @@ -2045,7 +2047,7 @@ DEPENDENCIES
minitest-stub-const
mocha (~> 1.1.0)
mysql2 (~> 0.5.3)
nokogiri (~> 1.10.10)
nokogiri (~> 1.13.6)
non-stupid-digest-assets (~> 1.0)
oauth2 (~> 1.4)
open_id_authentication
Expand Down
2 changes: 1 addition & 1 deletion app/lib/three_scale/json_representer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def to_node(options)
doc = options.fetch(:doc)
xml = to_xml(builder: builder)

Nokogiri::XML::Node.new('root', doc).replace(xml)
Nokogiri::XML::Node.new('root', doc).add_child(xml)
end

module Format
Expand Down

0 comments on commit 401ad8c

Please sign in to comment.