* Fix Rails 6.0 deprecation on `class.parent`
* Update Changelog
* Switch travis to openJDK
* Lock bundler on appveyor
* Rejigger gemfile to fix sqlite issue
* Lock nokogiri for ruby < 2.4
* Use rubygems < 3 to fix travis
* Use specific bundler version and do not try to uninstall
Uninstalling bundler is not allowed since it is a default gem
* Lock rake for ruby < 2.2
* Downgrade rake further to support ruby 1.9.3
* Lock rake down further, and lock simplecov
* Fix rubocop/parser and minitest version deps in CI
* Lock sprockets version
* Try fixing jruby builds
* Try remove bad gem version for jruby on CI
* Try downgrading rubygems a different way
* Do not update rubygems on jruby
* Lock gems for jruby
* Fix sprockets version lock
Simplify the Gemfile setup for Travis by requiring version 2.2.5.
This commit updates the Travis version of Rubinius to 2.2.5+, which
includes the ruby standard library. Thus platform-specific Gemfile
configuration is no longer needed for Rubinius.
Also, Rubinius 2.2.5 does not work with sqilte3 1.3.9, so require
sqlite3 version 1.3.8 until it does.
💻 To run the tests locally, you will need to use Rubinius
2.2.5.