Actions
Defect #10871
closedUpgrade to 1.4.1 does not work
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
When I try to upgrade from Redmine 1.3.3 to 1.4.1
rake db:migrate RAILS_ENV=development
asks me to run "bundle install" which produces the following error:
bundle install Fetching gem metadata from http://rubygems.org/....... Using rake (0.9.2.2) Using activesupport (2.3.14) Using rack (1.1.3) Using actionpack (2.3.14) Using actionmailer (2.3.14) Using activerecord (2.3.14) NoMethodError: undefined method `spec' for nil:NilClass An error occured while installing activeresource (2.3.14), and Bundler cannot continue. Make sure that `gem install activeresource -v '2.3.14'` succeeds before bundling.
Any thoughts/hints?
Actions