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?
Updated by Stephan - over 12 years ago
Did you also tried gem install activeresource -v '2.3.14'
as suggested?
Sometimes it does work.
Updated by Dominik Stankowski over 12 years ago
Unfortunately, this did not help
$ gem install activeresource -v '2.3.14' ERROR: While executing gem ... (NoMethodError) undefined method `spec' for nil:NilClass
Updated by Etienne Massip over 12 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Closed since this is not a Redmine specific issue.
GIYF, found some page which seems related, didn't check further tought.
Actions