mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
||||
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
|
||||
gem 'rqrcode'
|
||||
|
||||
|
|
|
|||
|
|
@ -727,6 +727,7 @@ DEPENDENCIES
|
|||
recaptcha
|
||||
redcarpet
|
||||
responders (~> 3.0)
|
||||
rexml
|
||||
rolify
|
||||
rqrcode
|
||||
rspec-activemodel-mocks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue