README.md in audited-4.5.0 vs README.md in audited-4.6.0
- old
+ new
@@ -9,14 +9,14 @@
## Supported Rubies
Audited supports and is [tested against](http://travis-ci.org/collectiveidea/audited) the following Ruby versions:
-* 2.1.5
-* 2.2.4
-* 2.3.1
-* 2.4.1
+* 2.1.10
+* 2.2.8
+* 2.3.5
+* 2.4.2
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
@@ -25,10 +25,10 @@
## Installation
Add the gem to your Gemfile:
```ruby
-gem "audited", "~> 4.5"
+gem "audited", "~> 4.6"
```
Then, from your Rails app directory, create the `audits` table:
```bash