diff --git a/Gemfile b/Gemfile index e26d51c..23b8439 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "lograge", "~> 0.11.2" gem "logstash-event", "~> 1.2", ">= 1.2.02" gem "logstash-logger", "~> 0.26.1" gem "maremma", "~> 5.0" -gem "nokogiri", "~> 1.16", ">= 1.16.3" +gem "nokogiri", "~> 1.19" gem "oai", "~> 1.2", ">= 1.2.1" gem "oj", ">= 2.8.3" gem "oj_mimic_json", "~> 1.0", ">= 1.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index d997a6c..c3ab23f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -356,21 +356,21 @@ GEM next_rails (1.4.4) rainbow (>= 3) nio4r (2.7.5) - nokogiri (1.19.0-aarch64-linux-gnu) + nokogiri (1.19.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-aarch64-linux-musl) + nokogiri (1.19.1-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-gnu) + nokogiri (1.19.1-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-musl) + nokogiri (1.19.1-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-darwin) + nokogiri (1.19.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-musl) + nokogiri (1.19.1-x86_64-linux-musl) racc (~> 1.4) oai (1.2.1) builder (>= 3.1.0) @@ -634,7 +634,7 @@ DEPENDENCIES maremma (~> 5.0) msgpack (~> 1.4.4) next_rails - nokogiri (~> 1.16, >= 1.16.3) + nokogiri (~> 1.19) oai (~> 1.2, >= 1.2.1) oj (>= 2.8.3) oj_mimic_json (~> 1.0, >= 1.0.1)