Plugin Compatibility Matrix
This table shows which combinations of Redmine, Ruby, and Rails are tested and supported for each RedmineShop plugin suite.
SSO & Access Suite
| Redmine | Ruby | Rails | Status |
|---|---|---|---|
| 6.0.x | 3.2, 3.3 | 7.1 | ✅ Tested & supported |
| 5.1.x | 3.1, 3.2 | 6.1 | ✅ Tested & supported |
| 5.0.x | 3.1 | 6.1 | ✅ Tested & supported |
| 4.x | 2.7 | 5.2 | ⚠️ Not supported (EOL) |
Database
- MySQL 8.0+ — supported
- PostgreSQL 14+ — supported
- SQLite — development only, not supported in production
Operating system
Tested on Ubuntu 22.04 LTS, Debian 12, and Alpine Linux 3.18 (Docker). Other POSIX environments with a supported Ruby version are expected to work.
What "not supported" means
We cannot guarantee the plugin works on Redmine versions older than 5.0, or on EOL Ruby releases. If you are running an older stack, contact support for upgrade advice before purchasing.
Checking your version
ruby -v
bundle exec rails -vYour Redmine version is shown in the UI footer, or in lib/redmine/version.rb in the Redmine source.