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.16.7 to 1.18.3 #643

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

Bump nokogiri from 1.16.7 to 1.18.3

3ff6d69
Select commit
Loading
Failed to load commit list.
Open

Bump nokogiri from 1.16.7 to 1.18.3 #643

Bump nokogiri from 1.16.7 to 1.18.3
3ff6d69
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Feb 19, 2025 in 3m 39s

Build Failed

The build failed.

Details

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

Jobs and Stages

This build has two jobs, running in parallel.

Stage 1: test

This stage failed.

Job Ruby OS State
1291.1 Tests 3.1.2 Linux passed
1291.2 Audit 3.1.2 Linux failed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Bionic)
Ruby Version 3.1.2
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "version": "~> 1.0",
  "cache": {
    "bundler": true
  },
  "rvm": [
    "3.1.2"
  ],
  "jobs": {
    "include": [
      {
        "stage": "test",
        "name": "Tests",
        "script": [
          "cp config/database.example.yml config/database.yml",
          "bundle exec rake db:setup RAILS_ENV=test",
          "simplecov=true bundle exec rails spec",
          "curl -Os https://uploader.codecov.io/latest/linux/codecov",
          "chmod +x codecov",
          "./codecov -f coverage/coverage.xml"
        ]
      },
      {
        "name": "Audit",
        "script": [
          "bundle exec bundle-audit check --update",
          "bundle exec brakeman -z"
        ]
      },
      {
        "stage": "deploy",
        "if": "branch = master",
        "script": [
          "skip"
        ],
        "deploy": [
          {
            "provider": "script",
            "script": ".cicd/travis_deploy.sh"
          }
        ]
      }
    ]
  }
}