I'm maintaining an old merb applications (merb 1.1.3). I recently switched to ruby 1.9.2 (via rvm) and did a bundle install successfully.
Now when I try to run the applications I get an error. no such file to load: lib/exceptions
How can I fix this?
Thanks :)
Update: there is an exceptions.rb file inside the applications lib/ directory.