Skip to content

Bump rack from 3.2.2 to 3.2.3

bab1daa
Select commit
Loading
Failed to load commit list.
Closed

Bump rack from 3.2.2 to 3.2.3 #430

Bump rack from 3.2.2 to 3.2.3
bab1daa
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 10, 2025 in 21m 54s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #430 Bump rack from 3.2.2 to 3.2.3.
Any changes that have been made to the main branch before the build ran are also included.

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 (Jammy)
JDK Version openjdk11
Ruby Version 3.3.4
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "sudo": true,
  "services": [
    "redis",
    "mysql"
  ],
  "jdk": [
    "openjdk11"
  ],
  "rvm": [
    "3.3.4"
  ],
  "addons": {
    "apt": {
      "packages": [
        "ffmpeg"
      ]
    }
  },
  "cache": {
    "bundler": true
  },
  "before_install": [
    "cp .env.test.example .env.test",
    "gem update bundler",
    "gem install bundler",
    "bundle install"
  ],
  "before_script": [
    "curl -sSL https://raw.githubusercontent.com/UsmanLhrPk/travis-solr/master/travis-solr.sh | SOLR_VERSION=9.3.0 SOLR_COLLECTION=test SOLR_COLLECTION_CONF=solr/configsets/sunspot/conf bash",
    "RAILS_ENV=test bundle exec rake db:create",
    "RAILS_ENV=test bundle exec rake db:migrate"
  ],
  "script": [
    "bundle exec rspec",
    "bundle exec license_finder"
  ],
  "env": [
    "global=[One of the secure variables in your .travis.yml has an invalid format.]"
  ],
  "branches": {
    "only": [
      "main",
      "dev"
    ]
  }
}