I'm trying to build the emberjs todos from https://github.com/emberjs/todos.... While executing the command bundle exec rakep build , I got the following error
**bundler: command not found: rakep**
**Install missing gem executables with 'bundle install'**
I'm using Ruby 1.9.3 and i have included the required gems
Gems included by the bundle :
* bundler (1.0.22
* chunky_png (1.2
* compass (0.12.2
* fssm (0.2.9)
* json (1.5.4)
* rack (1.4.1)
* rake (0.9.2.2)
* rake-pipeline (0.6.0)
* rake-pipeline-web-filters(0.6.0)
* sass (3.2.1)
* thor (0.14.6)
Can anyone help to trace out the bug ???