-
-
Notifications
You must be signed in to change notification settings - Fork 753
Conversation
The method `Rake.application.last_comment` has been removed in favor of `Rake.application.last_description`
... so that we can notice when any breaking change is introduced in a major version bump of rake. Ref: #2197
LGTM 👍 Thanks for the fix! |
Thank you for this patch. 👍 |
+1 |
... so that we can notice when any breaking change is introduced in a major version bump of rake. Ref: #2197
@tjgrathwell @yujinakayama Thanks for your works. I appreciate rspec core team for Rake 11 breaking changes. |
Now we're preparing for the patch release. |
This is so that we can release #2197
rspec-core 3.4.4 is now released. |
It works great, thank you all! 💯 |
See rspec/rspec-core#2197 Thanks @tjgrathwell for the quick fix. /cc @jodosha
This is nice commit 👍 |
... so that we can notice when any breaking change is introduced in a major version bump of rake. Ref: rspec#2197
I sent a PR #2202. |
How about adding this to 3.5 beta? We're working on rails 5 and rspec 3.4 does not support it. |
|
This protects us against cve-2016-2098 and cve-2016-2097[1]. We also upgrade rspec-rails to 3.4.x to avoid a deprecation warning caused by it using an older part of the rake API[2]. [1]: http://www.securitytracker.com/id/1035122 [2]: rspec/rspec-core#2197
RSpec was spewing a deprecation warning thanks to recent changes in the Rake API. This resolves those issues. See: rspec/rspec-core#2197
RSpec was spewing a deprecation warning thanks to recent changes in the Rake API. This resolves those issues. See: rspec/rspec-core#2197
They were already present in rspec-puppet. This shoud fix `undefined method `last_comment'` during Travis run NB: rake 11.0+ requires rspec > 3.4.4 (see rspec/rspec-core#2197)
the last_comment method was removed in Rake, and this is fixed in a later version of rspec. Ref: rspec/rspec-core#2197
... so that we can notice when any breaking change is introduced in a major version bump of rake. Ref: rspec#2197
Support rake 11.x
... so that we can notice when any breaking change is introduced in a major version bump of rake. Ref: rspec/rspec-core#2197 --- This commit was imported from rspec/rspec-core@cb00881.
This commit was imported from rspec/rspec-core@fcd716b.
This is so that we can release rspec/rspec-core#2197 --- This commit was imported from rspec/rspec-core@580136d.
The method
Rake.application.last_comment
has been removedin favor of
Rake.application.last_description
Removal commit from rake: ruby/rake@e76242c
last_comment
has been deprecated in favor oflast_description
since 2007 (rake 0.7.4):ruby/rake@d1f89d7