Bump rack from 1.5.2 to 3.0.9.1 #6
Open
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 |
---|---|---|---|
1.9.3 | Linux | errored | |
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"
]
}
Loading