Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sms-spec dependency on rspec-mocks (~> 2.12.0) prevents upgrading app to use rspec 2.13.0 #7

Open
jpwynn opened this issue Mar 4, 2013 · 1 comment

Comments

@jpwynn
Copy link

jpwynn commented Mar 4, 2013

When trying to do 'bundle update rspec-rails' it looks like a dependency prevents the upgrade. I suspect the dependency could be safely updates, and perhasp should be
~> 2.12
(if tht would permit an update to 2.13.0) instead of
~2.12.0
which I think means >= 2.12.0 but < 2.13

Bundler could not find compatible versions for gem "rspec-mocks":
In Gemfile:
sms-spec (>= 0) ruby depends on
rspec-mocks (~> 2.12.0) ruby

rspec-rails (= 2.13.0) ruby depends on
  rspec-mocks (2.13.0)
@noreaster
Copy link

Yeah, I might have to drop this gem, because in order to use a modern version of rspec (3.2.0), I can't use the most recent version of this gem. (only version that would install was 1.7). The rspec-mocks dependency was holding me back from doing updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants