Skip to content

Bump rack from 2.2.17 to 2.2.18

9468b7e
Select commit
Loading
Failed to load commit list.
Open

Bump rack from 2.2.17 to 2.2.18 #480

Bump rack from 2.2.17 to 2.2.18
9468b7e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 25, 2025 in 2m 20s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #480 Bump rack from 2.2.17 to 2.2.18.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Focal)
Node.js Version 16.20.2
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "sudo": false,
  "services": [
    "redis",
    "postgresql"
  ],
  "cache": {
    "bundler": true,
    "directories": [
      ".downloads",
      "node_modules",
      "tmp/cache/assets/test",
      "vendor/assets/bower_components"
    ]
  },
  "env": [
    "global=GECKOBOARD_API_KEY=[secure]=GECKOBOARD_WIDGET_KEY=[secure]={:DATABASE_URL=>\"postgres://postgres@localhost:5432/travis_ci_test\"}"
  ],
  "node_js": [
    "16.20.2"
  ],
  "before_script": [
    "[ -d .downloads ] || mkdir .downloads",
    "(cd .downloads; [ -d prince-9.0r5-linux-amd64-static ] || curl -s https://www.princexml.com/download/prince-9.0r5-linux-amd64-static.tar.gz | tar xzf -)",
    "echo $PWD | ./.downloads/prince-9.0r5-linux-amd64-static/install.sh",
    "npm install",
    "npx @puppeteer/browsers install chromedriver@${CHROMEDRIVER} --path $PWD/bin",
    "export PATH=$PWD/bin/chromedriver/linux-${CHROMEDRIVER}/chromedriver-linux64:$PATH",
    "./bin/rake db:setup RAILS_ENV=test"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "YSz3iC+QIFKS108cIAc+bmImetKRRb0fij9g7skft+Ug9Err4JDMGo0fX+2vHL9XOk+tx5wWJZjy/HSpHd5kMAw8+ASXCQf3mqLyC9GR2zgxxb6Xs1I0Hc1yuzYHv+6zrEvbS5P+zf2Fz3mj1rEaK3Yf7wmw/Rags1X42R9jPcc="
          }
        ]
      }
    ]
  },
  "branches": {
    "except": [
      "/^prototypes\\/.*$/"
    ]
  }
}