Skip to content

chore(deps): bump sinatra, thin and pyroscope-otel in /examples/tracing/ruby #4279

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2025

Bumps sinatra, thin and pyroscope-otel. These dependencies needed to be updated together.
Updates sinatra from 2.2.4 to 4.1.1

Changelog

Sourced from sinatra's changelog.

4.1.1 / 2024-11-20

  • Fix: Restore WEBrick support (#2067)

4.1.0 / 2024-11-18

  • New: Add host_authorization setting (#2053)
    • Defaults to .localhost, .test and any IP address in development mode.
    • Security: addresses CVE-2024-21510.
  • Fix: Return an instance of Sinatra::IndifferentHash when calling #except (#2044)
  • Fix: Address warning from URI for Ruby 3.4 (#2060)
  • Fix: rackup no longer depends on WEBrick, recommend Puma instead (4a558503)
  • Fix: Zeitwerk 2.7.0+ compatibility (#2050)
  • Fix: Address warning about Hash construction for Ruby 3.4 (#2028)
  • Fix: Declare missing dependencies for Ruby 3.5 (#2032)
  • Fix: Compatibility with --enable-frozen-string-literal (#2033)
  • Fix: Rack 3.1 compatibility (#2035)
    • Don't depend on Rack::Logger
    • Don't delete content-length header when Rack::Files is used

4.0.1 / 2025-05-24

  • Rack 3.1 compatibility (#2035)

  • Fix malformed Content-Type headers (#2081)

  • Avoid crash for integer values in content_type parameters (#2078)

  • Fix compatibility with --enable-frozen-string-literal (#2033)

  • Declare missing dependencies for Ruby 3.5 (#2032)

  • Fix warning about Hash construction. (#2028)

  • Support Zeitwerk 2.7.0+ (#2050)

  • Address URI depreciation (#2060)

#2035: sinatra/sinatra#2035 #2081: sinatra/sinatra#2081 #2078: sinatra/sinatra#2078 #2033: sinatra/sinatra#2033 #2032: sinatra/sinatra#2032 #2028: sinatra/sinatra#2028 #2050: sinatra/sinatra#2050 #2060: sinatra/sinatra#2060

4.0.0. / 2024-01-19

  • New: Add support for Rack 3 (#1857)

... (truncated)

Commits

Updates thin from 1.8.2 to 2.0.1

Changelog

Sourced from thin's changelog.

== 2.0.0

  • Partial Rack 3 support. Full bi-directional streaming is not supported due to limitations in the implementation.
Commits
  • 84a5188 Bump patch version.
  • 3254c58 Use bake for release management.
  • 20add8e Tidy up license files.
  • 7c80818 Add license files for ruby and gpl (#438)
  • 27d384b Correction to uninitialized constant. Fixes #445 (#446)
  • 955db1a Bump major version.
  • a64256b Remove legacy Ruby 1.8 compatibility shims.
  • 745093d Rakefile: rely on Rake's rakelib/ default
  • e0577f9 Fix "No such file or directory @ rb_io_reopen" error from test.
  • de6b618 Rack 3 no longer required environments (#437)
  • Additional commits viewable in compare view

Updates pyroscope-otel from 0.1.1 to 0.1.4

Commits
  • 98d9ff1 prepare 0.1.4
  • fd8aefe Update pyroscope-otel.gemspec (#12)
  • 0f1fe37 Merge pull request #11 from grafana/address-zizmor-warnings
  • 16a40da Address zizmor errors and warnings
  • 1bc5a6b Merge pull request #10 from grafana/20250115_fix-linting-use-proper-return-value
  • 838d4cb Fix linting
  • b7ddbdf Release v0.1.3
  • 7bba5b9 Merge pull request #6 from wesleygraybill/fix-shutdown
  • 8ba8bf6 Release v0.1.2
  • 1955239 Merge pull request #9 from grafana/marcsanmi/update-docs
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [sinatra](https://github.com/sinatra/sinatra), [thin](https://github.com/macournoyer/thin) and [pyroscope-otel](https://github.com/pyroscope-io/otel-profiling-ruby). These dependencies needed to be updated together.

Updates `sinatra` from 2.2.4 to 4.1.1
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v2.2.4...v4.1.1)

Updates `thin` from 1.8.2 to 2.0.1
- [Release notes](https://github.com/macournoyer/thin/releases)
- [Changelog](https://github.com/macournoyer/thin/blob/master/CHANGELOG)
- [Commits](macournoyer/thin@v1.8.2...v2.0.1)

Updates `pyroscope-otel` from 0.1.1 to 0.1.4
- [Commits](grafana/otel-profiling-ruby@v0.1.1...v0.1.4)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-version: 4.1.1
  dependency-type: direct:production
- dependency-name: thin
  dependency-version: 2.0.1
  dependency-type: direct:production
- dependency-name: pyroscope-otel
  dependency-version: 0.1.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 3, 2025 07:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants