Workaround missing rexml dependency
This commit is contained in:
parent
2651c9d76c
commit
87c80a6f13
2 changed files with 5 additions and 0 deletions
4
Gemfile
4
Gemfile
|
|
@ -145,6 +145,10 @@ gem 'prawn-rails'
|
||||||
# see https://github.com/prawnpdf/prawn/commit/3658d5125c3b20eb11484c3b039ca6b89dc7d1b7
|
# see https://github.com/prawnpdf/prawn/commit/3658d5125c3b20eb11484c3b039ca6b89dc7d1b7
|
||||||
gem 'matrix', '~> 0.4'
|
gem 'matrix', '~> 0.4'
|
||||||
|
|
||||||
|
# FIXME: for selenium-webdriver, rexml isn't in the default set of Ruby 3.1 anymore
|
||||||
|
# see https://github.com/SeleniumHQ/selenium/commit/526fd9d0de60a53746ffa982feab985fed09a278
|
||||||
|
gem 'rexml'
|
||||||
|
|
||||||
# for QR code generation
|
# for QR code generation
|
||||||
gem 'rqrcode'
|
gem 'rqrcode'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -727,6 +727,7 @@ DEPENDENCIES
|
||||||
recaptcha
|
recaptcha
|
||||||
redcarpet
|
redcarpet
|
||||||
responders (~> 3.0)
|
responders (~> 3.0)
|
||||||
|
rexml
|
||||||
rolify
|
rolify
|
||||||
rqrcode
|
rqrcode
|
||||||
rspec-activemodel-mocks
|
rspec-activemodel-mocks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue