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

Update rake requirement from ~> 10.0 to ~> 13.1 #1

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

Update rake requirement from ~> 10.0 to ~> 13.1

93a0afe
Select commit
Loading
Failed to load commit list.
Open

Update rake requirement from ~> 10.0 to ~> 13.1 #1

Update rake requirement from ~> 10.0 to ~> 13.1
93a0afe
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Branch required action Dec 11, 2023 in 1m 5s

Build Errored

The build errored.

Details

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

Jobs and Stages

This build has three jobs, running in parallel.

Job Ruby OS State
1.1 2.0 Linux errored
1.2 2.1.3 Linux errored
1.3 2.3.1 Linux failed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Ruby Versions 2.0, 2.1.3, 2.3.1
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "directories": [
      "bundle"
    ]
  },
  "rvm": [
    "2.0",
    "2.1.3",
    "2.3.1"
  ],
  "script": [
    "bundle exec rake spec"
  ]
}