Actions
Patch #38122
closedRemove Bundler from requirements
Description
In Ruby 2.6 and later, Bundler is installed by default. Redmine does not support Ruby versions earlier than 2.5, which means that all supported versions of Ruby already include Bundler. Therefore, there is no need to install Bundler explicitly.
As a result, we can remove any references to Bundler in the following files:
- doc/INSTALL: remove Bundler from the "Requirements" section
- Gemfile: remove the line
gem 'bundler', '>= 1.12.0'
. The version of Bundler included with Ruby 2.6.0 (1.17.2) is more recent and there is no chance that an older version such as 1.11 will be used during the installation of Redmine
Files
Related issues
Updated by Go MAEDA almost 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version set to 5.1.0
Committed the patch.
Updated by Go MAEDA almost 2 years ago
- Related to Feature #30118: Ruby 2.6 support added
Updated by Go MAEDA almost 2 years ago
- Related to Feature #37159: Drop Ruby 2.5 support added
Actions