Actions
Defect #24917
closedduplicated key upgrading from 3.3.1 to 3.3.2 version
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Gems support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Hi,
I was upgrading redmine from 3.3.1 version to 3.3.2 version. I followed as always steps wrote here http://www.redmine.org/projects/redmine/wiki/RedmineUpgrade but I noticed that the during the installation of gems it required for ruby >=2.1 (I had 2.0.0).
So I updated ruby with rvm and I was able to go ahead.
But when I recreate the secret token I've an error.
bundle exec rake generate_secret_token /usr/local/rvm/gems/ruby-2.2.0/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: duplicated key at line 466 ignored: "inodot"
The same things happen trying to update the database:
bundle exec rake db:migrate RAILS_ENV=production /usr/local/rvm/gems/ruby-2.2.0/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: duplicated key at line 466 ignored: "inodot" (eval):53: warning: duplicated key at line 53 ignored: :format
I should move on or are errors that should be fixed?
Thanks
Related issues
Updated by Go MAEDA almost 8 years ago
- Is duplicate of Defect #24271: htmlentities warning added
Updated by Go MAEDA almost 8 years ago
- Category changed from Administration to Gems support
- Status changed from New to Closed
- Resolution set to Duplicate
Actually, the problem has already been reported as #24271.
Thank you for reporting.
Actions