From: Sean Sawyer Date: 2008-04-17T00:30:16+09:00 Subject: TypeError when fetching gems with --source When I attempt to fetch gems while specifying a source, like so: gem fetch activerecord-sqlserver-adapter --source=http://gems.rubyonrails.org ...I receive the following error: ERROR: While executing gem ... (TypeError) can't convert URI::HTTP into String I have tried fetching without specifying the source, which works just fine. Suggestions? -- Posted via http://www.ruby-forum.com/.