Re: [rspec-users] Issues upgrading RSpec

2012-10-18 Thread David Chelimsky
On Thu, Oct 18, 2012 at 6:58 PM, Rodrigo Rosenfeld Rosas wrote: > My specs work fine with this in my Gemfile.lock: > > grep rspec Gemfile.lock > rspec (2.11.0) > rspec-core (~> 2.11.0) > rspec-expectations (~> 2.11.0) > rspec-mocks (~> 2.11.0) > rspec-core (2.11.0) >

[rspec-users] Issues upgrading RSpec

2012-10-18 Thread Rodrigo Rosenfeld Rosas
My specs work fine with this in my Gemfile.lock: grep rspec Gemfile.lock rspec (2.11.0) rspec-core (~> 2.11.0) rspec-expectations (~> 2.11.0) rspec-mocks (~> 2.11.0) rspec-core (2.11.0) rspec-expectations (2.11.1) rspec-mocks (2.11.1) rspec-rails (2.11.0)