ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

can't find "sfl" gem #56

Closed graywh closed 10 years ago

graywh commented 10 years ago

I've got an application running in Ruby 1.8.7p358 (via rbenv and .ruby-version) and prax fails to load the "sfl" gem. I've installed it for that ruby version and the default ruby.

ysbaddaden commented 10 years ago

Do you use Bundler? You may need to add it to your Gemfile then because the app will be started with bundle exec.

graywh commented 10 years ago

I didn't think of that. Thanks.