Pull Request #38 Bump rexml from 3.2.5 to 3.2.8

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8)

---
updated-dependencies:
- dependency-name: rexml
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] authored GitHub committed

Pull request event #198.1 passed

  • Ran for
AMD64
Ruby: 3.2.2
Git
travis-ci/travis-conditions:.travis.yml@4d3add3
language: ruby
ruby: 3.2.2
before_install:
  - gem install bundler:2.2.2
script: bundle exec rspec
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "before_install": [
    "gem install bundler:2.2.2"
  ],
  "script": [
    "bundle exec rspec"
  ],
  "rvm": [
    "3.2.2"
  ]
}