rexml is bundled gem in Ruby 3 (#899)

This commit is contained in:
Yasuo Honda 2020-09-14 09:00:03 +09:00 committed by GitHub
parent a5faba567b
commit 660a79807a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'signet', '~> 0.12' spec.add_runtime_dependency 'signet', '~> 0.12'
spec.add_runtime_dependency 'googleauth', '~> 0.9' spec.add_runtime_dependency 'googleauth', '~> 0.9'
spec.add_runtime_dependency 'httpclient', '>= 2.8.1', '< 3.0' spec.add_runtime_dependency 'httpclient', '>= 2.8.1', '< 3.0'
spec.add_runtime_dependency 'rexml'
spec.add_development_dependency 'thor', '~> 0.19' spec.add_development_dependency 'thor', '~> 0.19'
spec.add_development_dependency 'activesupport', '>= 4.2', '< 5.1' spec.add_development_dependency 'activesupport', '>= 4.2', '< 5.1'
end end