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

rake -> NoMethod error: undefined method 'last comment'... #33

Open
Jerliyah opened this issue Jan 8, 2017 · 0 comments
Open

rake -> NoMethod error: undefined method 'last comment'... #33

Jerliyah opened this issue Jan 8, 2017 · 0 comments

Comments

@Jerliyah
Copy link

Jerliyah commented Jan 8, 2017

The solution is found here: http://stackoverflow.com/questions/35893584/nomethoderror-undefined-method-last-comment-after-upgrading-to-rake-11

Here are very detailed directions in the case that more information is needed or the link doesn't work:
1] Go to the project's folder and open Gemfile (not lock) in your text editor
2] Comment out (Add a # before the text) or delete the line stating gem rake
3] Add the line gem 'rake', '< 11.0'
4] Open your terminal or command line with the current directory being inside the project's folder
5] Run bundle install
6] Run grep rake Gemfile.lock

Now when you cd into a specific excercise and run rake, it should work (you'll receive output from a failed test)

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

1 participant