Pull Request #1120 Bump httparty from 0.11.0 to 0.21.0 in /community-cookbooks/papertrail

Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.11.0 to 0.21.0.
- [Release notes](https://github.com/jnunemaker/httparty/releases)
- [Changelog](https://github.com/jnunemaker/httparty/blob/master/Changelog.md)
- [Commits](https://github.com/jnunemaker/httparty/compare/v0.11.0...v0.21.0)

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

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

dependabot[bot] authored GitHub committed

Pull request event #4791 passed

  • Ran for
  • Total time
  • New branch build
travis-ci/travis-cookbooks:.travis.yml@9b43836
language: generic
dist: xenial

env:
  global:
  - PATH="/opt/chef-workstation/bin:/opt/chef/bin:/opt/chef/embedded/bin:/opt/chef-workstation/embedded/bin:$PATH"
  matrix:
  - COOKBOOK_PATH="cookbooks"
  - COOKBOOK_PATH="community-cookbooks"

before_script:
- curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef-workstation -v 21.10.640

script:
  - ./runtests
Build Config
{
  "language": "generic",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "env": {
    "global": [
      {
        "PATH": "\"/opt/chef-workstation/bin:/opt/chef/bin:/opt/chef/embedded/bin:/opt/chef-workstation/embedded/bin:$PATH\""
      }
    ],
    "jobs": [
      {
        "COOKBOOK_PATH": "\"cookbooks\""
      },
      {
        "COOKBOOK_PATH": "\"community-cookbooks\""
      }
    ]
  },
  "before_script": [
    "curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef-workstation -v 21.10.640"
  ],
  "script": [
    "./runtests"
  ]
}