README.md in arel-helpers-2.12.0 vs README.md in arel-helpers-2.12.1

- old
+ new

@@ -1,7 +1,7 @@ +![Unit Tests](https://github.com/camertron/arel-helpers/actions/workflows/unit_tests.yml/badge.svg?branch=master) - ## arel-helpers [![Build Status](https://secure.travis-ci.org/camertron/arel-helpers.png?branch=master)](http://travis-ci.org/camertron/arel-helpers) Useful tools to help construct database queries with ActiveRecord and Arel. ## Installation @@ -213,10 +213,10 @@ end ``` ## Requirements -Requires ActiveRecord >= 3.1.0, < 6, tested against Ruby 2.2.4. Depends on SQLite for testing purposes. +Requires ActiveRecord >= 3.1.0, < 7. Depends on SQLite for testing purposes. ## Running Tests `bundle exec rspec`