Getting Rack::MiniProfiler:Class (NoMethodError)

I get

/Users/Chris/.rvm/gems/ruby-1.9.2-p290/gems/rack-mini-profiler-0.1.7/lib/mini_profiler/storage/file_store.rb:43:in block in initialize': undefined methodinstance’ for Rack::MiniProfiler:Class (NoMethodError)

When starting our rails server via: thin start

I notice if I remove the Mongo gem in our gemfile, the error goes away.

In the gemfile in Rails:

gem ‘mongo’

Run bundle and then thin start

seeing a few related mongo reports, would you mind including your full Gemfile and Gemfile.lock?

got a fix pushed to github will do another release on monday

should be fixed in latest, please confirm

Confirmed! Seems to work now. Thanks for the update.

works for me too!
Thanks!