Project

General

Profile

Actions

Defect #10871

closed

Upgrade to 1.4.1 does not work

Added by Dominik Stankowski almost 12 years ago. Updated almost 12 years ago.

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 #1

Updated by Stephan - almost 12 years ago

Did you also tried gem install activeresource -v '2.3.14' as suggested?

Sometimes it does work.

Actions #2

Updated by Dominik Stankowski almost 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
Actions #3

Updated by Etienne Massip almost 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

Also available in: Atom PDF