CHANGELOG.md in rspec-system-1.7.0 vs CHANGELOG.md in rspec-system-1.7.1

- old
+ new

@@ -1,4 +1,15 @@ +1.7.1 +===== + +This fixes the nokogiri 1.6.0 issue, whereby that version no longer supports Ruby 1.8.7 any more. Instead we have pinned nokogiri to 1.5.x. + +#### Detailed Changes + +* Fix nokogiri for 1.8.7 (Ken Barber) + +------------------------------- + 1.7.0 ===== This change adjusts the temporary path for vagrant projects to use a directory in your project `.rspec_system`. This way while debugging issues on your VM you do not need to scroll back to find the vagrant project, simply look in the local `.rspec_system`.