From a9fd89941b387ee802bd1eef83c0eb50747bb926 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Fri, 2 Aug 2024 18:58:59 +0100 Subject: [PATCH] Update rexml and revert 2405 (#2406) * Revert #2405 as it doesn't work * Update rexml --- Gemfile | 2 -- Gemfile.lock | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index b5f950bd9..7f2eca03b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,8 +4,6 @@ source "https://rubygems.org" gemspec -ruby ">= 3.1" - gem "bundler", "~> 2.5" gem "minitest", "~> 5.23" diff --git a/Gemfile.lock b/Gemfile.lock index 85d2ab6bc..562248ff2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM regexp_parser (2.9.2) reline (0.5.0) io-console (~> 0.5) - rexml (3.3.2) + rexml (3.3.4) strscan rubocop (1.64.1) json (~> 2.3) @@ -156,8 +156,5 @@ DEPENDENCIES syntax_tree (>= 6.1.1, < 7) tapioca (~> 0.13) -RUBY VERSION - ruby 3.3.4p94 - BUNDLED WITH 2.5.10