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
  • Loading branch information
bitmaybewise committed Dec 20, 2022
1 parent 3d0fad7 commit c9879eb
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 c9879eb

Please sign in to comment.