Re: [rspec-users] RSpec and Rake

2011-05-28 Thread Ken Egervari
On Sat, May 28, 2011 at 8:12 AM, Jason Nah wrote: > Guys, > > Just upgraded to rspec / rspec-rails 2.6 today and noticed that it pulled > in rake 0.9.0 which was causing the rails 3.0.7 tasks to blowup. > > I've downgraded rake to 0.8.7. Are there any 'side-effects' that may impact > the operatio

Re: [rspec-users] RSpec and Rake

2011-05-28 Thread David Chelimsky
On May 28, 2011, at 7:12 AM, Jason Nah wrote: > Guys, > > Just upgraded to rspec / rspec-rails 2.6 today and noticed that it pulled in > rake 0.9.0 which was causing the rails 3.0.7 tasks to blowup. RSpec doesn't have a runtime dependency on rake, so it was not RSpec that caused this. It's mor

[rspec-users] RSpec and Rake

2011-05-28 Thread Jason Nah
Guys, Just upgraded to rspec / rspec-rails 2.6 today and noticed that it pulled in rake 0.9.0 which was causing the rails 3.0.7 tasks to blowup. I've downgraded rake to 0.8.7. Are there any 'side-effects' that may impact the operation of rspec? Cheers, Jason