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 2.2.9 to 3.1.7 #541

Merged
merged 2 commits into from
Jul 30, 2024
Merged

Bump rack from 2.2.9 to 3.1.7 #541

merged 2 commits into from
Jul 30, 2024

Commits on Jul 30, 2024

  1. Bump rack from 2.2.9 to 3.1.7

    Bumps [rack](https://github.com/rack/rack) from 2.2.9 to 3.1.7.
    - [Release notes](https://github.com/rack/rack/releases)
    - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
    - [Commits](rack/rack@v2.2.9...v3.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: rack
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    538b0f9 View commit details
    Browse the repository at this point in the history
  2. Update Rack::Builder.parse_file syntax

    This now returns an instance of `PrometheusExporter::Middleware`
    directly, instead of inside an array. From a quick scan, I couldn't find
    mention of this in the [Rack 3 upgrade guide][1], but the URL below
    takes you to the commit and lines in which this change was made
    
    rack/rack@b95cb72#diff-79892c6315a7f9c02489803e95ce828a8a32759b9f8f196aa98e6826eb562e55L69-R67
    
    [1]: https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md
    yndajas committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b0ca019 View commit details
    Browse the repository at this point in the history