Pull Request #143 Bump addressable from 2.6.0 to 2.8.0

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.6.0...addressable-2.8.0)

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

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

dependabot[bot] authored GitHub committed

Pull request event #274.1 passed

  • Ran for
AMD64
no language set
Git
travis-ci/travis-foundation:.travis.yml@9c707ad
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"
    }
  ]
}