You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For context, rspec v2.99 is from 2013, and its entire purpose was to provide all the deprecation warnings one would need to clear to get onto 3.x. I think it is safe to say we are done developing against rspec 2.x.
Dependencies aren't compatible anymore on half of the build environments, e.g.:
https://travis-ci.org/mbklein/equivalent-xml/jobs/350014687#L1128
We need to specify a new enough version of
rspec
(safest option), or cap at a sufficiently old version ofrake
. StackOverflow explains, as usual.Recommend updating rspec.
The text was updated successfully, but these errors were encountered: