spring-commands-rspec
spring-commands-rspec copied to clipboard
Spring is not using the bundled version of Rspec
I have two versions of rspec and my Gemfile.lock especifies version ~> 2.9.0
, but spring-commands-rspec
uses the older version
> gem list rspec
*** LOCAL GEMS ***
rspec (2.99.0)
rspec-collection_matchers (1.1.2)
rspec-core (2.99.2, 2.14.8)
rspec-expectations (2.99.2, 2.14.5)
rspec-mocks (2.99.3, 2.99.2, 2.14.6)
rspec-rails (2.99.0, 2.14.2, 2.14.1)
spring-commands-rspec (1.0.4)