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

does not work with rspec >= 3.0.0.beta #29

Closed
pungoyal opened this issue Dec 9, 2013 · 1 comment
Closed

does not work with rspec >= 3.0.0.beta #29

pungoyal opened this issue Dec 9, 2013 · 1 comment

Comments

@pungoyal
Copy link

pungoyal commented Dec 9, 2013

We have gem 'rspec-rails', '~> 3.0.0.beta' in the Gemfile.

On adding gem 'rspec-sidekiq', we get:

Bundler could not find compatible versions for gem "rspec-core":
  In Gemfile:
    rspec-sidekiq (>= 0) ruby depends on
      rspec-core (= 2.0.0) ruby

    rspec-rails (~> 3.0.0.beta) ruby depends on
      rspec-core (3.0.0.beta1)

Since rspec 3 is going to be in beta for sometime, it'd be good to fix it to work with pre released version(s).

@philostler
Copy link
Collaborator

Dup of #23. Master now has a loosen dependency on RSpec (>= 2.0.0) which should suit your needs. This is scheduled to be released in version 1.0.0 very soon.

Please reopen if you'd rather not do master and I'll consider a minor gem release

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