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

RedmineRubyRailsStatus
6.0.x3.2, 3.37.1✅ Tested & supported
5.1.x3.1, 3.26.1✅ Tested & supported
5.0.x3.16.1✅ Tested & supported
4.x2.75.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 -v

Your Redmine version is shown in the UI footer, or in lib/redmine/version.rb in the Redmine source.