From 552d9d0a4aa5da47b7101af96cdeccb7ee234d9e Mon Sep 17 00:00:00 2001 From: Venkata Challa Date: Fri, 31 May 2024 12:22:18 +0100 Subject: [PATCH] Updated version for nokogiri and rexml --- Gemfile | 4 ++++ Gemfile.lock | 18 +++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index a7c8373c..c6f67f41 100644 --- a/Gemfile +++ b/Gemfile @@ -93,3 +93,7 @@ gem "importmap-rails", "~> 1.2" gem "propshaft", "~> 0.8.0" gem "rubyXL", "~> 3.4" + +gem "nokogiri", ">= 1.16.5" + +gem "rexml", ">= 3.2.7" diff --git a/Gemfile.lock b/Gemfile.lock index 1faa5d1d..be35973c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,7 @@ GEM activestorage (= 7.1.2) activesupport (= 7.1.2) globalid (>= 0.6.0) - nokogiri (>= 1.8.5) + nokogiri (>= 1.16.5) actionview (7.1.2) activesupport (= 7.1.2) builder (~> 3.1) @@ -259,7 +259,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) minitest (5.22.3) msgpack (1.7.2) multi_xml (0.6.0) @@ -274,7 +274,7 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.6.1) - nokogiri (1.16.3) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) notifications-ruby-client (5.4.0) @@ -321,7 +321,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) raabro (1.4.0) - racc (1.7.3) + racc (1.8.0) rack (2.2.8.1) rack-protection (3.1.0) rack (~> 2.2, >= 2.2.4) @@ -374,7 +374,8 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rolify (6.0.1) rspec-core (3.12.2) rspec-support (~> 3.12.0) @@ -470,6 +471,7 @@ GEM hashie version_gem (~> 1.1, >= 1.1.1) stringio (3.1.0) + strscan (3.1.0) thor (1.3.1) timeout (0.4.1) tzinfo (2.0.6) @@ -528,6 +530,7 @@ DEPENDENCIES jbuilder launchy mail-notify (~> 1.2) + nokogiri (>= 1.16.5) notifications-ruby-client okcomputer omniauth-azure-activedirectory-v2 @@ -538,6 +541,7 @@ DEPENDENCIES pry-byebug puma (>= 6.4.2, < 7) rails (~> 7.1) + rexml (>= 3.2.7) rolify rspec-rails rubocop-govuk @@ -556,7 +560,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.2.2p53 + ruby 3.2.3p157 BUNDLED WITH - 2.4.21 + 2.4.19