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 build failures #366

Closed dweinand closed 3 years ago

dweinand commented 5 years ago

Rails 5.0 builds are failing, because the sqlite3 version being installed doesn't meet the requirements Rails 5.0 sets.

This PR locks the rails 5.0 gemfile to the same version requirement that rails 5.0 uses. It also switches to run against ruby 2.6 instead of head which is now past 2.6 and has several deprecations causing failures.

BryanH commented 3 years ago

Fails on Ruby 2.4, but that version of Ruby is EOLd. See https://www.ruby-lang.org/en/downloads/