Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nokogiri from 1.15.4 to 1.16.3 #166

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Bump nokogiri from 1.15.4 to 1.16.3

01b1f69
Select commit
Loading
Failed to load commit list.
Open

Bump nokogiri from 1.15.4 to 1.16.3 #166

Bump nokogiri from 1.15.4 to 1.16.3
01b1f69
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Mar 19, 2024 in 1m 46s

Build Failed

The build failed.

Details

This is a normal build for the dependabot/bundler/nokogiri-1.16.3 branch. You should be able to reproduce it by checking out the branch locally.

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 (Bionic)
Ruby Version 3.2.2
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "rvm": [
    "3.2.2"
  ],
  "env": [
    "global={:CF_USER=>\"$DEPLOY_USERNAME\"}={:CF_ORG=>\"$DEPLOY_ORG\"}={:CF_PASS=>\"$DEPLOY_PASSWORD\"}={:CF_SPACE=>\"$SPACE\"} jobs={:API_ROOT=>\"$API_ENDPOINT\"}"
  ],
  "services": [
    "postgresql"
  ],
  "addons": {
    "postgresql": "11"
  },
  "install": [
    "bundle install --jobs=3 --retry=3"
  ],
  "before_script": [
    "sudo apt-get -qq update"
  ],
  "script": [
    "bundle exec rake db:setup",
    "bundle exec rake"
  ],
  "before_deploy": [
    "echo \"install cloudfoundry cli\"",
    "wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | sudo apt-key add -",
    "echo \"deb https://packages.cloudfoundry.org/debian stable main\" | sudo tee /etc/apt/sources.list.d/cloudfoundry-cli.list",
    "sudo apt-get -qq update",
    "sudo apt-get install cf7-cli"
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "bash CF/deploy-app.sh -u $CF_USER -o $CF_ORG -p $CF_PASS -s $CF_SPACE",
      "on": {
        "all_branches": true,
        "condition": [
          "$SPACE =~ ^(ppon-development|ppon-testing|ppon-pre-production|ppon-production)$"
        ]
      }
    }
  ]
}