Skip to content

Commit

Permalink
Rexml is a not a default gem in Ruby 3.1 anymore
Browse files Browse the repository at this point in the history
We need to require it in the bundle
  • Loading branch information
hennevogel committed Mar 14, 2022
1 parent e8d004f commit 4452812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/Gemfile
Expand Up @@ -99,6 +99,9 @@ gem 'net-smtp', require: false
gem 'net-pop', require: false
gem 'net-imap', require: false

# Used in Package and XpathEngine
gem 'rexml'

group :development, :production do
# to have the delayed job daemon
gem 'daemons'
Expand Down
1 change: 1 addition & 0 deletions src/api/Gemfile.lock
Expand Up @@ -602,6 +602,7 @@ DEPENDENCIES
rantly
rdoc
redcarpet
rexml
rspec
rspec-rails
rspec_junit_formatter
Expand Down

0 comments on commit 4452812

Please sign in to comment.