From 17bcb660f198e733b0a8eff444defb53f44b6e6e Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 9 Oct 2024 15:54:40 +1100 Subject: [PATCH] Revert pinning of rexml This seems to be no longer necessary with updates to Ruby. --- Gemfile | 1 - docker/action/Gemfile | 1 - 2 files changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 6802b3ce..8363f3c4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,3 @@ source 'https://rubygems.org' gem 'kramdown-rfc' -gem 'rexml', "<=3.2.6" diff --git a/docker/action/Gemfile b/docker/action/Gemfile index 6802b3ce..8363f3c4 100644 --- a/docker/action/Gemfile +++ b/docker/action/Gemfile @@ -1,4 +1,3 @@ source 'https://rubygems.org' gem 'kramdown-rfc' -gem 'rexml', "<=3.2.6"