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.
This commit is contained in:
Matt-Yorkley
2022-01-24 14:34:48 +00:00
parent 21a3a6e338
commit 41d56ce98b
2 changed files with 2 additions and 0 deletions

View File

@@ -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'

View File

@@ -773,6 +773,7 @@ DEPENDENCIES
redcarpet
redis (>= 4.0)
responders
rexml
roadie-rails
roo!
rspec-rails (>= 3.5.2)