newbie: error message when 'rake -T'
问题 I am using Ruby Enterprise Edition for my project. When I check all my rake task by run the command rake -T , I got the following error message: You have already activated rake 0.9.2.2, but your Gemfile requires rake 0.9.2. Using bundle exec may solve this. The error message implies that I can use bundle exec to solve the problem, but I am not sure how? So, how to get rid of this error message? ------------------------------ more --------------------------- I prefer to update my Gemfile