'None of the paths included in TZInfo::DataSources::ZoneinfoDataSource.search_path are valid zoneinfo directories

Buen día.

Estoy teniendo un problema al momento de instalar el REDMINE de forma local y manual. Es mi primera vez y al momento de ejecutar el comando 'bundle exec rake db:migrate' me aparece el siguiente error.

rake aborted! TZInfo::DataSourceNotFound: tzinfo-data is not present. Please add gem 'tzinfo-data' to your Gemfile and run bundle install C:/Ruby/redmine-5.0.0/config/environment.rb:16:in `<top (required)>'

Caused by: TZInfo::DataSources::ZoneinfoDirectoryNotFound: None of the paths included in TZInfo::DataSources::ZoneinfoDataSource.search_path are valid zoneinfo directories. C:/Ruby/redmine-5.0.0/config/environment.rb:16:in `<top (required)>' Tasks: TOP => db:migrate => db:load_config => environment (See full trace by running task with --trace)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source