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

Update unicorn_metrics.gemspec - raindrops version bump to 0.19.1 #4

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

Conversation

BritneyS
Copy link

The raindrops gem that unicorn_metrics is dependent on is not compatible with how Ruby 3 handles arguments passed with the * single splat operator. Because of this, calls to the middleware endpoint GET /unicorn_metrics was failing with the error:

app error: no implicit conversion of Hash into Integer (TypeError)
    /srv/core/current/vendor/bundle/ruby/3.1.0/gems/raindrops-0.13.0/lib/raindrops/linux.rb:60:in 'read'

The version v.0.19.1 introduces the fix for this Ruby 3 incompatibility.

The raindrops gem that unicorn_metrics is dependent on is not compatible with how Ruby 3 handles arguments passed with the * single splat operator. Because of this, calls to the middleware endpoint GET /unicorn_metrics was failing with the error:

```
app error: no implicit conversion of Hash into Integer (TypeError)
    /srv/core/current/vendor/bundle/ruby/3.1.0/gems/raindrops-0.13.0/lib/raindrops/linux.rb:60:in 'read'
```

The version v.0.19.1 introduces the fix for this Ruby 3 incompatibility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant