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 rails-html-sanitizer from 1.6.0 to 1.6.1 #639

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

Bump rails-html-sanitizer from 1.6.0 to 1.6.1

af19cdf
Select commit
Loading
Failed to load commit list.
Open

Bump rails-html-sanitizer from 1.6.0 to 1.6.1 #639

Bump rails-html-sanitizer from 1.6.0 to 1.6.1
af19cdf
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 2, 2024 in 1m 31s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/bundler/rails-html-sanitizer-1.6.1 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 passed.

Job Ruby OS State
1286.1 Tests 3.1.2 Linux passed
1286.2 Audit 3.1.2 Linux passed

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"
          }
        ]
      }
    ]
  }
}