error updating rails

ive got instant rails, which is bundled with rails 1.2.3

when trying to update rails using gem install --include-dependencies rails

i got

ERROR: While executing gem ... (RuntimeError)     Error instaling rails:         invalid gem format for rails

any ideas ?

greets.

Piotr Nowak pisze:

ive got instant rails, which is bundled with rails 1.2.3

when trying to update rails using gem install --include-dependencies rails

i got

ERROR: While executing gem ... (RuntimeError)     Error instaling rails:         invalid gem format for rails

any ideas ?

solved, the problem was obvious, not to say stupid. insted of unzipping the rails package i just opened it in my zip program and run gem command :slight_smile:

i should unpack it first, hehe

greets !