README.md in mautic-3.0.0 vs README.md in mautic-3.1.0
- old
+ new
@@ -2,16 +2,17 @@
[](https://codeclimate.com/github/luk4s/mautic-rails/maintainability)
[](https://codeclimate.com/github/luk4s/mautic-rails/test_coverage)
RoR helper / wrapper for Mautic API and forms
-*Rails 4.2.8+, 5.1+ compatible*
+*Rails 6.0+ compatible*
+*Ruby 3.1+ compatible*
## Installation
Add this line to your application's Gemfile:
```ruby
-gem 'mautic', '~> 2.3'
+gem "mautic", "~> 3.1"
```
And then execute:
```bash
$ bundle