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

Please relax the Rspec dependency to allow Rspec 3+ #18

Open
monfresh opened this issue Feb 4, 2015 · 2 comments
Open

Please relax the Rspec dependency to allow Rspec 3+ #18

monfresh opened this issue Feb 4, 2015 · 2 comments

Comments

@monfresh
Copy link

monfresh commented Feb 4, 2015

Hi,

I'm using rspec-rails 3.1.0 in my project, but since the latest version of sms-spec only allows Rspec versions less than 3.0, I can't upgrade sms-spec from version 0.1.7 to 0.1.10.

Is there a particular reason why sms-spec is not allowing Rspec 3+?

@rosskevin
Copy link

I just ran into the same thing:

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

    rspec-rails (>= 3.0.0) ruby depends on
      rspec-mocks (3.1.0)

@rosskevin
Copy link

@monfresh check my pull request and you can use my git repo in the meantime.

#20

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