Actions
Patch #39971
closedRemove specific platform constraints for database adapter gems
Description
This patch simplifies the Gemfile by removing the :platforms
constraints from the database adapter gems.
Since Redmine used to support JRuby, the Gemfile included platform-specific dependencies to use different database adapters for JRuby and MRI Ruby. However, the database adapter gems for JRuby were removed from the Gemfile in r16517, making these platform-specific conditions no longer necessary.
Files
Actions