Project

General

Profile

Actions

Patch #38122

closed

Remove Bundler from requirements

Added by Go MAEDA over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Gems support
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

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

Related to Redmine - Feature #30118: Ruby 2.6 supportClosedJean-Philippe Lang

Actions
Related to Redmine - Feature #37159: Drop Ruby 2.5 supportClosedMarius BÄ‚LTEANU

Actions
Actions #1

Updated by Go MAEDA over 1 year ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Target version set to 5.1.0

Committed the patch.

Actions #2

Updated by Go MAEDA over 1 year ago

Actions #3

Updated by Go MAEDA over 1 year ago

Actions

Also available in: Atom PDF