Luciano
November 11, 2009, 8:36pm
1
Hello there!
I’m trying to deploy a application, but capistrano gives me the
following error:
*** [err :: my-domain.com ] rake aborted!
*** [err :: my-domain.com ] RubyGem version error: rack(0.3.0 not ~>
1.0.0)
*** [err :: my-domain.com ]
it’s strange because I freeze my application before deploy with:
rake rails:freeze:gems
rake gems:unpack
does anybody have an advice here?
thanks a lot!
Luciano
Luciano
November 12, 2009, 3:34pm
2
*** [err :: my-domain.com ] RubyGem version error: rack(0.3.0 not ~>
1.0.0)
does anybody have an advice here?
maybe capistrano is using the rubygems installed version, not the packed
one [uninstall the gem on the remote]?
r
Luciano
November 12, 2009, 7:17pm
3
On Nov 12, 12:29 pm, Luciano [email protected] wrote:
–
Posted viahttp://www.ruby-forum.com/.
He probably means updating Rack on the server. Ask your host if
they’ll do that; if not, you’ll need to SSH in and install Rubygems in
your local directory.
Luciano
November 12, 2009, 7:16pm
4
hello Roger.
do you mean, updating capistrano on the server (shared host)?
thanks!
Luciano
On Nov 12, 12:34 pm, Roger P. [email protected]