Defect #25109
closedInstallation Redmine 3.2 issue
0%
Description
Hi All,
I have tested below command :
RAILS_ENV=production bundle exec rake db:migrate
and errors:
(in /var/www/redmine)
/usr/local/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/local/lib/ruby/gems/2.4.0/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb:155: warning: constant ::Fixnum is deprecated
/usr/local/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/local/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
/var/www/redmine/config/environment.rb:14:in `<top (required)>'
/usr/local/bin/bundle:22:in `load'
/usr/local/bin/bundle:22:in `<main>'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
Solution tested: 1. uninstall rake and reinstall again. it still failed.
Please kindly advices. Thank you
Updated by Go MAEDA about 8 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please use Ruby 2.2. Redmine 3.2 does not support Ruby 2.4 and 2.3.
If you have any questions, please use the forum from the next time.
Updated by Ivan Popov about 8 years ago
Go MAEDA wrote:
Please use Ruby 2.2. Redmine 3.2 does not support Ruby 2.4 and 2.3.
If you have any questions, please use the forum from the next time.
I am using ruby 2.4.0 and latest redmine 3.3.2 and i got the same errors in same scenario, is redmine 3.3.2 supporting ruby 2.4+ ?
Updated by Go MAEDA about 8 years ago
Ivan Popov wrote:
I am using ruby 2.4.0 and latest redmine 3.3.2 and i got the same errors in same scenario, is redmine 3.3.2 supporting ruby 2.4+ ?
No. Ruby 2.4 will be supported in upcoming Redmine 3.4.0. (#25048)