diff --git a/Gemfile b/Gemfile index e3e4b1d..cabedd9 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'yajl-ruby' gem 'json' gem 'rake' gem 'sparql-client', '~> 3.2.1' -gem 'nokogiri', '~> 1.13.3' +gem 'nokogiri', '~> 1.14.3' gem 'radiodns' gem 'roo', '~> 2.9' gem 'titleize' diff --git a/Gemfile.lock b/Gemfile.lock index 77532be..b6f66e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,13 +9,15 @@ GEM eventmachine (1.2.7) json (2.6.1) link_header (0.0.8) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) net-http-persistent (4.0.1) connection_pool (~> 2.2) - nokogiri (1.13.3) + nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) - racc (1.6.0) + nokogiri (1.14.3-x86_64-linux) + racc (~> 1.4) + racc (1.6.2) rack (2.2.3) radiodns (0.1.3) rake (13.0.6) @@ -65,12 +67,13 @@ GEM PLATFORMS -darwin-21 + x86_64-linux DEPENDENCIES bundler (~> 2.3.10) erubi (~> 1.10) json - nokogiri (~> 1.13.3) + nokogiri (~> 1.14.3) radiodns rake roda (~> 3.54)