awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.07k stars 454 forks source link

Fix rails version to pass tests #325

Closed ohbarye closed 6 years ago

ohbarye commented 6 years ago

I'm trying to fix failing tests due to rails version mismatch.

Overview

As of now, it installs not 5.0.x but 5.1.0.rc2 with gem "rails", ">= 5.0.0.racecar1", "< 5.1". So activerecord_5_0? in the test returns false then some tests fail.

ohbarye commented 6 years ago

@imajes Would you review if you have time?

imajes commented 6 years ago

Perfect! thank you!

ohbarye commented 6 years ago

Thank you too!