Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

rake too old? #1

Open
jessereynolds opened this issue May 11, 2016 · 2 comments
Open

rake too old? #1

jessereynolds opened this issue May 11, 2016 · 2 comments
Labels

Comments

@jessereynolds
Copy link
Member

jessereynolds commented May 11, 2016

I tried going through the readme to get a benchmark running, but looks like there's some missing setup instructions. Do I need to have flapjack 1.6 installed into the same ruby version that flapjack-benchmark uses or something like that?

$ bundle exec appraisal flapjack_1_6 rake test
>> BUNDLE_GEMFILE=/Users/jesse/src/flapjack/flapjack-benchmark/gemfiles/flapjack_1_6.gemfile bundle exec rake test
Could not find rake-11.1.2 in any of the sources
Run `bundle install` to install missing gems.
@ghost
Copy link

ghost commented May 11, 2016

Hi Jesse

You shouldn’t have to. That’s the idea with using Appraisal. Did you run appraisal install before running the tests?

It might be you need to run bundle exec appraisal install, but not sure if that’s required. Certainly didn’t have to using rbenv here.

I’ll set up a clean environment and see if I can replicate it tomorrow. Thanks for taking the time to look at it by the way – hugely appreciated.

Tests are really clunky at the moment – it was more a matter of me learning how Flapjack works. I’ll probably rewrite a lot of it – and I have to extend it to handle notifications and the like. Am planning on trying to fix a few of the bugs listed in Github to get more of a feel – it was a bit like night flying when I first started.

Cheers
Tom

@ghost ghost added the bug label May 11, 2016
@ghost
Copy link

ghost commented May 12, 2016

@jessereynolds I've updated the version of rake to the latest. Pull and try again - you'll need to run bundle update and appraisal update

Let me know if it still doesn't work for you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant