source 'https://rubygems.org'
gemspec

if RUBY_VERSION >= "3"
  gem "rexml", "~> 3.2"
end
