1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Dan Weinand
55286e06a9 Lock rails 5 to correct sqlite3 version
Fixes Rails 5 build failures
2019-08-24 23:25:14 -07:00
James Cox
4205f5c46f Resolve specs, except rails 4.2, which is incompatible with the rest of this approach. should now produce a clean build. 2019-01-08 15:27:44 -05:00
James Cox
ca0ed2e824 Remove codeclimate restriction, attempt to reduce appraisal to a version that should appraise each variation 2019-01-07 13:17:08 -05:00
James Cox
2c706373b6 Update appraisals to move support only to the ruby 2.x and rails 4.2/5.x series 2018-04-11 12:09:00 -04:00
ohbarye
3f6ff8b06d Fix rails version to pass tests
With `gem "rails", ">= 5.0.0.racecar1", "< 5.1"`, it installs not `5.0.x` but `5.1.0rc2`. So `activerecord_5_0?` returns `false` then some tests fail.
2017-10-22 01:13:10 +09:00
Gerard Caulfield
cde91abe6b
Add tests for Rails 5 2016-05-13 22:16:34 +10:00