Skip to content

Bump faraday from 2.14.0 to 2.14.1

5608182
Select commit
Loading
Failed to load commit list.
Open

Bump faraday from 2.14.0 to 2.14.1 #711

Bump faraday from 2.14.0 to 2.14.1
5608182
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Feb 9, 2026 in 1m 40s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/bundler/faraday-2.14.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
1499.1 Tests 3.4.7 Linux passed
1499.2 Audit 3.4.7 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Noble)
Ruby Version 3.4.7
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "noble",
  "version": "~> 1.0",
  "cache": {
    "bundler": true
  },
  "rvm": [
    "3.4.7"
  ],
  "addons": {
    "apt": {
      "update": true
    }
  },
  "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"
          }
        ]
      }
    ]
  }
}