Pull Request #150 Bump activesupport from 5.1.4 to 5.2.8.1

Bumps [activesupport](https://github.com/rails/rails) from 5.1.4 to 5.2.8.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v5.1.4...v5.2.8.1)

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

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

dependabot[bot] authored GitHub committed

Pull request event #288.1 errored

  • Ran for
AMD64
Ruby: 2.4.2
Git
travis-ci/travis-foundation:.travis.yml@6a80acb
language: ruby
rvm: 2.4.2
sudo: false
script: "./ci/buildscript"
env:
  global:
  - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
deploy:
  provider: heroku
  app: travis-foundation-website
  on: master
  api_key: $HEROKU_TOKEN
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rvm": [
    "2.4.2"
  ],
  "sudo": false,
  "script": [
    "./ci/buildscript"
  ],
  "env": {
    "global": [
      {
        "NOKOGIRI_USE_SYSTEM_LIBRARIES": "true"
      }
    ]
  },
  "deploy": [
    {
      "provider": "heroku",
      "strategy": "api",
      "app": "travis-foundation-website",
      "on": {
        "branch": [
          "master"
        ]
      },
      "api_key": "$HEROKU_TOKEN"
    }
  ]
}