Skip to content

Bump activerecord from 7.1.5.1 to 7.1.5.2

97e155f
Select commit
Loading
Failed to load commit list.
Open

Bump activerecord from 7.1.5.1 to 7.1.5.2 #9

Bump activerecord from 7.1.5.1 to 7.1.5.2
97e155f
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Aug 14, 2025 in 2m 20s

Build Errored

The build errored.

Details

This is a normal build for the dependabot/bundler/activerecord-7.1.5.2 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 (Focal)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "cache": {
    "bundler": true
  },
  "services": [
    "postgresql"
  ],
  "before_install": [
    "nvm install --lts"
  ],
  "before_script": [
    "bundle install --jobs=3 --retry=3",
    "bundle exec rake db:create",
    "bundle exec rake db:schema:load"
  ],
  "script": [
    "bundle exec rspec"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  }
}