Skip to content

Commit

Permalink
add explicit rexml to resolve rake failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMacNaughton committed Jan 7, 2024
1 parent 188ecf0 commit 3a41aae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ gem 'sidekiq'

gem 'sudo_rails'

gem 'rexml', '~> 3.2', '>= 3.2.5'

group :development, :test do
gem 'pry-byebug'
gem 'pry-rails'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ DEPENDENCIES
rails-i18n
redis (~> 4.0)
redis-actionpack
rexml (~> 3.2, >= 3.2.5)
rqrcode
rspec-rails (~> 4)
rubocop
Expand Down

0 comments on commit 3a41aae

Please sign in to comment.