mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
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:
1
Gemfile
1
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'
|
||||
|
||||
@@ -773,6 +773,7 @@ DEPENDENCIES
|
||||
redcarpet
|
||||
redis (>= 4.0)
|
||||
responders
|
||||
rexml
|
||||
roadie-rails
|
||||
roo!
|
||||
rspec-rails (>= 3.5.2)
|
||||
|
||||
Reference in New Issue
Block a user