Compass / compass-rails

compass rails integration
MIT License
592 stars 277 forks source link

Update Appraisals to really point to Rails 5.0 #276

Closed yuki24 closed 6 years ago

yuki24 commented 7 years ago

It used to have the constraints >= 5.0.0.alpha and < 5.1, and since the version 5.1.0.rc2 is technically considered to be < 5.1.0 bundler failed to pick up the right Rails version (in this case it picked up 5.1.0.rc1 instead of 5.0.x). This commit updates the Appraisals file to be more precise in terms of version constraints.

Also, the appraisal gem auto-updated the hash syntax. This should be fine as it is just a syntax change. Let me know if there should be a separate commit for it.