From ca6d8b27f039ac06eda3561b71d71e42a1dc9e46 Mon Sep 17 00:00:00 2001 From: david22swan Date: Tue, 17 Dec 2024 12:00:11 +0000 Subject: [PATCH] (CAT-1887) Remove rexml pin This pin was added to get around an issue on the windows machines --- config_defaults.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config_defaults.yml b/config_defaults.yml index 3127fa74..c5ebd58b 100644 --- a/config_defaults.yml +++ b/config_defaults.yml @@ -567,11 +567,6 @@ Gemfile: - mswin - mingw - x64_mingw - # Temporary Pin - - gem: 'rexml' - version: - - '>= 3.0.0' - - '< 3.2.7' ':development, :release_prep': - gem: 'puppet-strings' version: '~> 4.0'