Skip to content

Commit

Permalink
Fix gem name at README (#1)
Browse files Browse the repository at this point in the history
I was trying to use this plugin, but when I was starting my server it was raising error:

```
gems/puma-3.11.4/lib/puma/plugin.rb:48:in `rescue in find': Unable to find plugin: yabeda (Puma::UnknownPlugin)
```

After exploring the [example prometheus project](https://github.com/yabeda-rb/example-prometheus) I found that it was using a different gem https://github.com/yabeda-rb/example-prometheus/blob/64a67c0e000f8b2516aac6bb2f0eb21f634a3ea9/rails_app/Gemfile#L24

```
gem "yabeda-puma-plugin"
```
  • Loading branch information
OtavioHenrique authored and Envek committed Apr 27, 2019
1 parent 9b531c8 commit 87c84c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Segmented by the worker (index of the worker):
Add this line to your application's Gemfile:

```ruby
gem 'yabeda-puma'
gem 'yabeda-puma-plugin'
```

And then execute:
Expand Down

0 comments on commit 87c84c7

Please sign in to comment.