dependabot/bundler/rack-1.6.12 Bump rack from 1.5.2 to 1.6.12

Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.6.12.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/1.5.2...1.6.12)

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

dependabot[bot] authored GitHub committed

Push event #23.1 errored

  • Ran for
AMD64
no language set
Git
travis-ci/travis-web-index:.travis.yml@c052f6c
---
language: node_js
node_js: stable

env:
  - EMBER_VERSION=default
  # - EMBER_VERSION=release
  # - EMBER_VERSION=beta
  # - EMBER_VERSION=canary

matrix:
  allow_failures:
    # - env: EMBER_VERSION=release
    # - env: EMBER_VERSION=beta
    # - env: EMBER_VERSION=canary

  fast_finish: true

addons:
  sauce_connect: true

sudo: false

cache:
  branch: md5deep
  directories:
    - node_modules

before_install:
  - "npm config set spin false"
  - "npm install -g npm@^2"
  - mkdir travis-phantomjs
  - wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
  - tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
  - export PATH=$PWD/travis-phantomjs:$PATH

install:
  - npm install -g bower
  - npm install
  - bower install

script:
  - ember try $EMBER_VERSION

notifications:
  campfire:
    secure: "JJezWGD9KJY/LC2aznI3Zyohy31VTIhcTKX7RWR4C/C8YKbW9kZv3xV6Vn11\nSHxJTeZo6st2Bpv6tjlWZ+HCR09kyCNavIChedla3+oHOiuL0D4gSo+gkTNW\nUKYZz9mcQUd9RoQpTeyxvdvX+l7z62/7JwFA7txHOqxbTS8jrjc="

# FIXME this needs refinement, obvs
after_success:
  - "echo $TRAVIS_PULL_REQUEST"
  - "curl -sH \"Authorization: token $GITHUB_TOKEN\" https://api.github.com/repos/travis-ci/travis-web/pulls/$TRAVIS_PULL_REQUEST"
  - "export TRAVIS_PULL_REQUEST_BRANCH=`curl -sH \"Authorization: token $GITHUB_TOKEN\" https://api.github.com/repos/travis-ci/travis-web/pulls/$TRAVIS_PULL_REQUEST | grep -A 2 \"\\\"head\\\"\" | grep ref | cut -d '\"' -f4`"
  - "echo $TRAVIS_PULL_REQUEST_BRANCH"
  - "test $EMBER_VERSION == 'default' && test $TRAVIS_PULL_REQUEST && ember deploy pull-request --activate --verbose"
Build Config
{
  "os": [
    "linux"
  ],
  "env": {
    "jobs": [
      {
        "EMBER_VERSION": "default"
      }
    ]
  },
  "jobs": {
    "fast_finish": true
  },
  "sudo": false,
  "cache": {
    "branch": "md5deep",
    "directories": [
      "node_modules"
    ]
  },
  "addons": {
    "sauce_connect": {
      "enabled": true
    }
  },
  "script": [
    "ember try $EMBER_VERSION"
  ],
  "install": [
    "npm install -g bower",
    "npm install",
    "bower install"
  ],
  "node_js": [
    "stable"
  ],
  "language": "node_js",
  "after_success": [
    "echo $TRAVIS_PULL_REQUEST",
    "curl -sH \"Authorization: token $GITHUB_TOKEN\" https://api.github.com/repos/travis-ci/travis-web/pulls/$TRAVIS_PULL_REQUEST",
    "export TRAVIS_PULL_REQUEST_BRANCH=`curl -sH \"Authorization: token $GITHUB_TOKEN\" https://api.github.com/repos/travis-ci/travis-web/pulls/$TRAVIS_PULL_REQUEST | grep -A 2 \"\\\"head\\\"\" | grep ref | cut -d '\"' -f4`",
    "echo $TRAVIS_PULL_REQUEST_BRANCH",
    "test $EMBER_VERSION == 'default' && test $TRAVIS_PULL_REQUEST && ember deploy pull-request --activate --verbose"
  ],
  "notifications": {
    "campfire": [
      {
        "rooms": [
          {
            "secure": "ffoFqL+h/CnRT3+jG3mm+NurOmyI/+CYGPo/BluDaT/7IWkw2hLgOQlFcBuOwYtLWsZvwZN5KWCs3xW19onAFwFYVdzoyzWMlhu1Upunt8iDjexo9cy3MNJCpleOKNCt4T/0a+TQzeNcrrpIPimkOOo0FIfmAyD66sjZosfWREdOo5WL6jlh8V7ei3TqwhCDv5PR3gQmrSAbHpP3bFfwL8xtE4TTrrGEl2hGgDftulEcjHUAKvjF9pj1mJsGDEm4eGpu1N5HCY3y7xpgYaSrnPsb/lZNwSCyhHSlr2LLhUMRmBX302LSMXCGdXqpeSIknwRA55kPVBCrLwg+eJkJ6LZy8M9MzIOqmzzVSPZbaZzX9YfAPATWuZO6lKesQBb9PWVgSc3HBAlbEkSW5+i2gWqDiDJMiOxZSa52zIr3xdTHmB/YIQchblR2JIOp1A+Bb4mEmLLHGfPtUeyT5/cnCkEmd44yCROXUL/QkFB/qbth0AXc1/ZDoD2qDUVQl62PIqjjIaed//IAFoj91jkfjy2FkBj0q+awVbmoOtEmN7xBUE/2d3cIqQYw+s2uEPZmtEkw1dduC5N/GFG9hyZLS5Wmo7om7+NwSEubQK6SorDhDBsZAD3rbUuHdPz0CUMmjzUKqWPj8Rp8lZJlLSocT2iNznGWitIC2lP50ulA6wc="
          }
        ]
      }
    ]
  },
  "before_install": [
    "npm config set spin false",
    "npm install -g npm@^2",
    "mkdir travis-phantomjs",
    "wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2",
    "tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs",
    "export PATH=$PWD/travis-phantomjs:$PATH"
  ]
}