GithubHelp home page GithubHelp logo

Comments (7)

jfelchner avatar jfelchner commented on August 21, 2024

@christiannelson my guess is that this is an issue with your Gemfile. Can you gist both your Gemfile as well as your Gemfile.lock?

from fuubar.

christiannelson avatar christiannelson commented on August 21, 2024

Here you go: https://gist.github.com/anonymous/8662843 Thanks for helping out!

from fuubar.

jumichot avatar jumichot commented on August 21, 2024

I have exactly the same problem: https://gist.github.com/jumichot/f0d1cbf8aeb6b36c4aff

from fuubar.

jfelchner avatar jfelchner commented on August 21, 2024

Guys, I just don't see where it's getting the rspec-mocks (= 2.0.0) ruby from. I mean I'd understand if it said rspec-mocks (>= 2.14.0) ruby.

Try this:

bundle open fuubar

Then change:

s.add_dependency              'rspec',              ['>= 2.14.0', '< 3.1.0']

to

s.add_dependency              'rspec',              ['>= 2.14.0', '<= 3.0.0.beta']

And see if that fixes the issue.

from fuubar.

christiannelson avatar christiannelson commented on August 21, 2024

I'm still seeing this but haven't had a chance to dive deeper. I do have a work around though:

  1. Comment out gem 'fuubar' in my Gemfile
  2. bundle update
  3. Uncomment gem 'fuubar'
  4. bundle

I agree it's pretty weird. I hope to have some time to delve deeper, but I don't know how soon it will be. Thanks again for your help on this odd issue.

from fuubar.

jfelchner avatar jfelchner commented on August 21, 2024

This is a moot point now due to #60. I'll be moving RSpec 2.x functionality to the fuubar-legacy gem and fuubar will be RSpec 3.x only.

from fuubar.

github-actions avatar github-actions commented on August 21, 2024

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.

from fuubar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.