Defect #25460
Redmine 3.3.2 db:migrate terminate with cryptic error message
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | Invalid | Affected version: | 3.3.2 |
Description
I tried to update my Redmine installation to 3.3.2 but the db:migrate does not go thru:
/usr/lib/ruby/gems/2.4.0/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: key "inodot" is duplicated and overwritten on line 466 /usr/lib/ruby/gems/2.4.0/gems/activesupport-4.2.7.1/lib/active_support/core_ext/numeric/conversions.rb:121: warning: constant ::Fixnum is deprecated /usr/lib/ruby/gems/2.4.0/gems/activesupport-4.2.7.1/lib/active_support/core_ext/numeric/conversions.rb:121: warning: constant ::Bignum is deprecated rake aborted! SystemStackError: stack level too deep /usr/share/webapps/redmine/config/environment.rb:14:in `<top (required)>' /usr/bin/bundle:22:in `load' /usr/bin/bundle:22:in `<main>' Tasks: TOP => db:migrate => environment (See full trace by running task with --trace)
Related issues
History
#1
Updated by Go MAEDA over 5 years ago
- Status changed from New to Closed
- Priority changed from High to Normal
- Resolution set to Invalid
Redmine 3.3.x does not support Ruby 2.4. Please use Ruby 2.3.
#2
Updated by Ruben Kelevra over 5 years ago
Wtf? Why this? When will a update arrive to fix this?
#3
Updated by Go MAEDA over 5 years ago
- Related to Feature #25048: Ruby 2.4 support added
#4
Updated by Go MAEDA over 5 years ago
Ruby 2.4 will be supported in upcoming Redmine 3.4.0 (#25048).
The release date of 3.4.0 is undecided.