Frederick Cheung wrote in post #998691: > On May 14, 2:03pm, Carl Jenkins <[email protected]> wrote: >> I am running ruby 1.8.7 and rails 3.0.7 on a MacPro. >> >> When I run a command - something as simple as 'gem list --local' I get a >> stack trace in the terminal. >> >> The stack trace mentions deprecation and that something will be removed, >> but the exception happens every-time I issue a command?! >> > It's warning you that the gemspec files inside some of your gems are > using a soon to deprecated option. Remove older versions of gems > should make the warnings go away (assuming that the newer versions > have no longer use the option in question) > > Fred
Hi Fred! Thanks for your help. This is the first time I've run into this. After a quick search I found I can run a 'cleanup' to remove old gems. The problem is that I notice a dependency issue. It looks like I should not remove some gems that are causing this issue. Do others just live with the annoying messages about deprecation? You have requested to uninstall the gem: builder-2.1.2 actionpack-3.0.7 depends on [builder (~> 2.1.2)] activemodel-3.0.7 depends on [builder (~> 2.1.2)] rubygems-update-1.8.2 depends on [builder (~> 2.1)] tilt-1.3 depends on [builder (>= 0)] If you remove this gems, one or more dependencies will not be met. Continue with Uninstall? [Yn] -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

