From t_leitner at gmx.at Thu Aug 6 04:38:07 2009 From: t_leitner at gmx.at (Thomas Leitner) Date: Thu, 6 Aug 2009 10:38:07 +0200 Subject: [Rake-devel] Enforce version of Rake from the Rakefile In-Reply-To: References: <8d961d900908050831q686fe5f5l31c6d08bebeda0a@mail.gmail.com> <8d961d900908050835t7b941756p8cc92acf5d7aec90@mail.gmail.com> Message-ID: <20090806103807.4c82f144@77.118.67.2.wireless.dyn.drei.com> Am Wed, 5 Aug 2009 17:43:51 +0200 schrieb Antoine Toulme : > I would have needed the first one to enforce it, and the second > sounds like an even nicer way to make sure the right version of Rake > is used, but it might be a bit too much work. > Thanks for the help! You could also try using rake _0.8.3_ instead of just rake Just substitute 0.8.3 with the version of rake you want to have. Note that this only works when you have installed rake via Rubygems. -- Thomas