From: vol7ron forum Date: 2013-06-07T04:12:59+09:00 Subject: Setting UserAgent for Ruby/RubyGems/Bundler I'd like to set the useragent to something else when calling bundler, or downloading/updating gems from anywhere w/in Ruby/Rails. Is the rubygems/remote_fetcher.rb the proper place to override the default ua? Could this be done in some other place? For example can "Gem::RemoteFetcher.new.user_agent" be set globally? I'm a neophyte and still learning Ruby, so I appreciate any help/info to get up and running. Also asked here: http://stackoverflow.com/questions/16966461/ruby-how-to-set-the-rubygems-useragent -- Posted via http://www.ruby-forum.com/.