[Rubygems-developers] Gem 1.1.1 bulk updating all the time
Ryan Davis
ryand-ruby at zenspider.com
Mon Jun 23 16:25:42 EDT 2008
On Jun 23, 2008, at 13:19 , Eric Hodel wrote:
> On Jun 23, 2008, at 08:21 AM, Neil Wilson wrote:
>> Since the release of 1.2.0 gem v.1.1.1 is constantly bulk updating on
>> every command, with gem install bulk updating twice.
>
> This was reported before 1.2 was released and may be related to
> having multiple sources.
or cache/permission issues. I had 100% bulk updates for a few weeks
and it went away. At the very least, try resetting stuff back to the
basics:
sudo gem sources -c
sudo gem sources -l # to list every source you have
sudo gem -r uri # remove every one but rubyforge.org
More information about the Rubygems-developers
mailing list