From: Roger Pack Date: 2010-08-11T20:38:30+09:00 Subject: Re: upgrading gems with native dependencies > If i upgrade the native package, then do i have to reinstall the gem? Does it remove the old, previous version of the package? using ldd -l on the .so file can tell you if you removed a dependency file. > Also even before doing that, can i find the gems that depend on the > package. This is because i may not know the gems offhand that depend on > the native package. Currently gems don't list what packages they depend on. They should though, really. There is also a gem "pristine" command that might help you. -r -- Posted via http://www.ruby-forum.com/.