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 rack from 1.5.2 to 3.0.9.1 #6

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

Bump rack from 1.5.2 to 3.0.9.1

f575c8c
Select commit
Loading
Failed to load commit list.
Open

Bump rack from 1.5.2 to 3.0.9.1 #6

Bump rack from 1.5.2 to 3.0.9.1
f575c8c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Feb 29, 2024 in 1m 46s

Build Errored

The build errored.

Details

This is a normal build for the dependabot/bundler/rack-3.0.9.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.

Job Ruby OS State
11.1 1.9.3 Linux errored
11.2 2.0.0 Linux errored

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Ruby Versions 1.9.3, 2.0.0
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rvm": [
    "1.9.3",
    "2.0.0"
  ],
  "bundler_args": "--deployment --binstubs",
  "before_script": [
    "./bin/berks install"
  ],
  "script": [
    "./bin/foodcritic -f any .",
    "./bin/rake"
  ]
}