Re: [rspec-users] Issues upgrading RSpec

2012-10-19 Thread Rodrigo Rosenfeld Rosas
Em 19-10-2012 09:18, Rodrigo Rosenfeld Rosas escreveu: Em 18-10-2012 21:15, David Chelimsky escreveu: 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)

Re: [rspec-users] Issues upgrading RSpec

2012-10-19 Thread Rodrigo Rosenfeld Rosas
Em 18-10-2012 21:15, David Chelimsky escreveu: 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

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)