Commit 1f374062 by Janko Marohnić

Add rexml for aws-sdk-core on Ruby 3.0

I believe that rexml was shipping with ruby before, but now it's not anymore, and aws-sdk-core requires an XML library. So we add it to development dependencies.
parent 5d381f4d
......@@ -23,4 +23,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "shrine", "~> 2.13"
gem.add_development_dependency "shrine-memory"
gem.add_development_dependency "aws-sdk-core", "~> 3.23"
gem.add_development_dependency "rexml"
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment