From a676a814d1410f9f0820cfd5d60505fa2f0458d4 Mon Sep 17 00:00:00 2001 From: Pavel Nabutovsky Date: Mon, 9 Dec 2024 14:03:08 -0500 Subject: [PATCH 1/2] Updating rexml to 3.3.9 - CVE bill of health --- Gemfile.lock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8243ae3da4..7b7165bbb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -305,8 +305,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.6) - strscan + rexml (3.3.9) roo (2.10.0) nokogiri (~> 1) rubyzip (>= 1.3.0, < 3.0.0) @@ -388,7 +387,6 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - strscan (3.1.0) sunspot (2.6.0) pr_geohash (~> 1.0) rsolr (>= 1.1.1, < 3) From a057bc264ea2cdc343a2492df9a44296af272603 Mon Sep 17 00:00:00 2001 From: Pavel Nabutovsky Date: Mon, 9 Dec 2024 14:03:40 -0500 Subject: [PATCH 2/2] Bumping to v2.11.1 --- config/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/version.rb b/config/version.rb index c03dc2f533..4a92118bf4 100644 --- a/config/version.rb +++ b/config/version.rb @@ -3,5 +3,5 @@ # Copyright (c) 2014 - 2023 UNICEF. All rights reserved. class Primero::Application - VERSION = '2.11.0.6' + VERSION = '2.11.1' end