Skip to content

Commit

Permalink
updated nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 26, 2021
1 parent 54e8ecd commit e87be42
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bolognese (1.9)
bolognese (1.9.3)
activesupport (>= 4.2.5)
benchmark_methods (~> 0.7)
bibtex-ruby (>= 5.1.0)
Expand All @@ -19,7 +19,7 @@ PATH
loofah (~> 2.0, >= 2.0.3)
maremma (>= 4.7, < 5)
namae (~> 1.0)
nokogiri (~> 1.10.4)
nokogiri (~> 1.11.2)
oj (~> 3.10)
oj_mimic_json (~> 1.0, >= 1.0.1)
postrank-uri (~> 1.0, >= 1.0.18)
Expand Down Expand Up @@ -104,24 +104,25 @@ GEM
loofah (2.9.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
maremma (4.7.2)
maremma (4.7.4)
activesupport (>= 4.2.5)
addressable (>= 2.3.6)
builder (~> 3.2, >= 3.2.2)
excon (~> 0.71.0)
faraday (~> 0.17.3)
faraday-encoding (~> 0.0.4)
faraday_middleware (~> 0.14.0)
nokogiri (~> 1.10.4)
nokogiri (~> 1.11.2)
oj (>= 2.8.3)
oj_mimic_json (~> 1.0, >= 1.0.1)
mini_portile2 (2.4.0)
mini_portile2 (2.5.0)
minitest (5.14.4)
multi_json (1.15.0)
multipart-post (2.1.1)
namae (1.1.1)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
oj (3.11.3)
oj_mimic_json (1.0.1)
optimist (3.0.1)
Expand All @@ -130,6 +131,7 @@ GEM
nokogiri (>= 1.8.0)
public_suffix (>= 2.0.0, < 2.1)
public_suffix (2.0.5)
racc (1.5.2)
rack (2.2.3)
rack-test (0.8.3)
rack (>= 1.0, < 3)
Expand All @@ -154,7 +156,7 @@ GEM
rdf-turtle (3.1.3)
ebnf (~> 2.1)
rdf (~> 3.1, >= 3.1.8)
rdf-vocab (3.1.12)
rdf-vocab (3.1.13)
rdf (~> 3.1, >= 3.1.12)
rdf-xsd (3.1.1)
rdf (~> 3.1)
Expand Down
2 changes: 1 addition & 1 deletion bolognese.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
# Declare dependencies here, rather than in the Gemfile
s.add_dependency 'maremma', '>= 4.7', '< 5'
s.add_dependency 'faraday', '~> 0.17.3'
s.add_dependency 'nokogiri', '~> 1.10.4'
s.add_dependency 'nokogiri', '~> 1.11.2'
s.add_dependency 'loofah', '~> 2.0', '>= 2.0.3'
s.add_dependency 'builder', '~> 3.2', '>= 3.2.2'
s.add_dependency 'activesupport', '>= 4.2.5'
Expand Down
2 changes: 1 addition & 1 deletion lib/bolognese/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bolognese
VERSION = "1.9.2"
VERSION = "1.9.3"
end

0 comments on commit e87be42

Please sign in to comment.