README.md in audited-5.6.0 vs README.md in audited-5.7.0

- old
+ new

@@ -6,11 +6,11 @@ ======= **Audited** (previously acts_as_audited) is an ORM extension that logs all changes to your models. Audited can also record who made those changes, save comments and associate models related to the changes. -Audited currently (5.6) works with Rails 7.1, 7.0, 6.1, 6.0, 5.2. +Audited currently (5.6) works with Rails 7.2, 7.1, 7.0, 6.1, 6.0, 5.2. For Rails 5.0 & 5.1, use gem version 5.4.3 For Rails 4, use gem version 4.x For Rails 3, use gem version 3.0 or see the [3.0-stable branch](https://github.com/collectiveidea/audited/tree/3.0-stable). @@ -24,9 +24,10 @@ * 2.6 * 2.7 * 3.0 * 3.1 * 3.2 +* 3.3 Audited may work just fine with a Ruby version not listed above, but we can't guarantee that it will. If you'd like to maintain a Ruby that isn't listed, please let us know with a [pull request](https://github.com/collectiveidea/audited/pulls). ## Supported ORMs