Skip to content

Commit

Permalink
rack must be under v3 for rack example to work
Browse files Browse the repository at this point in the history
Signed-off-by: Hercules Merscher <[email protected]>
  • Loading branch information
bitmaybewise committed Dec 20, 2022
1 parent 3ebe365 commit f714909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rack/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'prometheus-client', path: '../..'
gem 'rack'
gem 'rack', '< 3.0'
gem 'unicorn'

0 comments on commit f714909

Please sign in to comment.