version 3.0.2 will still support older versions of AR
version 4+ will be more recent versions of active record and ruby.
- Changed Gemfile to not have conditional dependency for ruby < 2.0
- Using latest pg driver (except ar 4.2)
- Dropped support for mysql driver (using mysql2 instead)
As for the community as a whole:
Only rails 5.2 is supported
with severe security fixes to 5.2, 5.1, 5.0, 4.2
Only ruby 2.4 and higher are supported
with severe security fixes to 2.3
----
trouble installing mysql driver on ruby 2.4.2 finally broke the
camel's back - Dropped active record 3.2
Requiring coveralls and thus simplecov after test/unit was causing the
test run to be aborted by simplecov's at_exit before it was run by
test/unit's at_exit.
Also:
- Added some requirements to Gemfile so that 'rake test' works by
itself (without appraisal).
- Added filter to coverage report to exclude test files.
Dropped support for primary_key_format
Added rake task test_all
Bumped version to 2.0.0
Bumped activerecord dependency to >= 3.0.0
Fixed tests for 3.0.0