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

Dependency conflict with rspec 3.2 #67

Closed
thom-nic opened this issue Apr 15, 2015 · 3 comments
Closed

Dependency conflict with rspec 3.2 #67

thom-nic opened this issue Apr 15, 2015 · 3 comments

Comments

@thom-nic
Copy link

When I bump rspec-rails to ~>3.2.1 in my gemfile I get dependency conflicts:

Bundler could not find compatible versions for gem "rspec-mocks":
  In Gemfile:
    rspec-rails (~> 3.2.1) ruby depends on
      rspec-mocks (~> 3.2.0) ruby

    rspec-sidekiq (~> 2.0.0) ruby depends on
      rspec (>= 3.0.0, ~> 3.0) ruby depends on
        rspec-mocks (~> 3.1.0) ruby

@philostler
Copy link
Collaborator

Did you resolve this? I can't see the problem with the RSpec dependency in rspec-sidekiq

@thom-nic
Copy link
Author

thom-nic commented Jun 4, 2015

Let me check I left the dependency @ ~> 3.1.0

@thom-nic
Copy link
Author

thom-nic commented Jun 4, 2015

Did another bundle update after changing rspec-rails back to ~> 3.2.1 - looks like it's working now. Maybe one of the rspec projects updated their dependency range to make it compatible. Thanks for following up!

@thom-nic thom-nic closed this as completed Jun 4, 2015
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