README.md in occams-1.0.7.3 vs README.md in occams-1.0.8
- old
+ new
@@ -45,11 +45,12 @@
* File attachments are handled by [ActiveStorage](https://github.com/rails/rails/tree/master/activestorage). Make sure that you can run appropriate migrations by running: `rails active_storage:install` and then `rake db:migrate`
* Image resizing is done with [ImageMagick](http://www.imagemagick.org/script/download.php), so make sure it's installed
## Compatibility
-- [Test suite](https://github.com/avonderluft/occams/actions/workflows/rubyonrails.yml) on Ruby 2.7, 3.1 and 3.2 with Rails 6.1 and 7.0+
-- On Ruby 3.2, Rails 7+ is recommended, since performance is noticably better than 6
+- [Test suite](https://github.com/avonderluft/occams/actions/workflows/rubyonrails.yml) on Ruby >= 2.7 with Rails >= 6.1
+- On Ruby 3.2, Rails 7.x + is recommended, since performance is noticably better than on 6.x
+- Sites do run on Rails 7.1, e.g. [GKNT](https://gknt.org/), but some tests fail in [Github Actions](https://github.com/avonderluft/occams/actions). Your mileage may vary.
## Installation
Add gem definition to your Gemfile: