From 41d56ce98b3743df8ec57d4d94fca2cd73015dba Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Mon, 24 Jan 2022 14:34:48 +0000 Subject: [PATCH] Add rexml This was previously included in Ruby, and has now been extracted. It's used by activemerchant and selenium and possibly others, but those gems don't currently declare it as a dependency. --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index eb50548752..ee149950cf 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,7 @@ gem 'dotenv-rails', require: 'dotenv/rails-now' # Load ENV vars before other gem gem 'rails', '>= 6.1.4' gem 'activemerchant', '>= 1.78.0' +gem 'rexml' gem 'angular-rails-templates', '>= 0.3.0' gem 'awesome_nested_set' gem 'ransack', '2.4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 2c34e8a63f..8707a67ca4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -773,6 +773,7 @@ DEPENDENCIES redcarpet redis (>= 4.0) responders + rexml roadie-rails roo! rspec-rails (>= 3.5.2)