YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

upgrade yui dependency from 3.8 to 3.16 #229

Open patelpayal opened 10 years ago

patelpayal commented 10 years ago

I am using yahoo-arrow as dependency and for the same I need request module > 2.16. yui@3.8 is having request@2.9.x and it fails for me with error [Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE] for https with strictssl false.

I upgraded yui@3.16 (which pulls request@2.21 )- as dependency for arrow manually and it works fine for me.

Here is the reference: https://github.com/yui/yui3/issues/887