rexml has been bundled gems in Ruby 2.8 (3.0)

https://bugs.ruby-lang.org/issues/16485
https://github.com/ruby/ruby/pull/2832
This commit is contained in:
Ryuta Kamizono 2020-01-14 09:35:37 +09:00
parent 164069fd2d
commit 0399be7076
2 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ gem "dalli"
gem "listen", "~> 3.2", require: false gem "listen", "~> 3.2", require: false
gem "libxml-ruby", platforms: :ruby gem "libxml-ruby", platforms: :ruby
gem "connection_pool", require: false gem "connection_pool", require: false
gem "rexml", require: false
# for railties app_generator_test # for railties app_generator_test
gem "bootsnap", ">= 1.4.4", require: false gem "bootsnap", ">= 1.4.4", require: false

View File

@ -408,6 +408,7 @@ GEM
resque (>= 1.26) resque (>= 1.26)
rufus-scheduler (~> 3.2) rufus-scheduler (~> 3.2)
retriable (3.1.2) retriable (3.1.2)
rexml (3.2.3)
rubocop (0.78.0) rubocop (0.78.0)
jaro_winkler (~> 1.5.1) jaro_winkler (~> 1.5.1)
parallel (~> 1.10) parallel (~> 1.10)
@ -583,6 +584,7 @@ DEPENDENCIES
redis-namespace redis-namespace
resque resque
resque-scheduler resque-scheduler
rexml
rubocop (>= 0.47) rubocop (>= 0.47)
rubocop-performance rubocop-performance
rubocop-rails rubocop-rails