This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The method `Rake.application.last_comment` has been removed in favor of `Rake.application.last_description`
- Loading branch information
8e723fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this change will be released as a gem? I am having trouble with my application after update Rails and Rake
8e723fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll cut a patch release soon.
8e723fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
8e723fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
8e723fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
8e723fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To anyone running into this issue, here's a tmp workaround: http://stackoverflow.com/a/35893941/1876328 :-)
8e723fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@carlesjove I tried this and it didn't seem to work. 👍 waiting on new release
8e723fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@carlesjove and @cdenneen , I think that the new version os working now.
Use this version: https://rubygems.org/gems/rspec-core/versions/3.4.4
8e723fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This committed is already merged and released as rspec-core 3.4.4. See #2197.