thekompanee/fuubar

Support rspec-rails 3.2.

Closed this issue · 4 comments

Hi There,

Great little gem by the way. Love the succinct output.

I'm trying to update rspec-rails to 3.2 to avoid an issue with Ruby 2.2.0 and it looks like there are some dependencies in your library on an older version of rspec-expectations. This is the error I get when trying to bundle update rspec-rails:

Bundler could not find compatible versions for gem "rspec-expectations":
  In Gemfile:
    fuubar (>= 0) ruby depends on
      rspec (~> 3.0) ruby depends on
        rspec-expectations (~> 3.1.0) ruby

    rspec-rails (~> 3.2.0) ruby depends on
      rspec-expectations (3.2.0)

Let me know your thoughts.

Thanks!

Josh

@joshuapinter this usually happens due to the developer not using the correct form of bundle update.

You need to make sure you tell bundler that it's ok to update gems which don't depend on other gems. In your example my guess would be to do something like:

bundle update rspec-rails rspec fuubar

Please reopen if this doesn't solve your issue.

👍 Worked great, thanks!

This issue has been closed automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.