aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/rubygems_ext.rb
diff options
context:
space:
mode:
authordsisnero <dsisnero@users.noreply.github.com>2015-02-12 15:17:18 -0700
committerdsisnero <dsisnero@users.noreply.github.com>2015-02-12 15:17:18 -0700
commitd4d2c248266f18ca1c316d5d3932117db63fa1e5 (patch)
tree4d2d8a942415e4df7089f39004ef0d46702d6bc1 /lib/bundler/rubygems_ext.rb
parent91633430cb236ef71aaed9707f6c9e7031c11bc1 (diff)
downloadbundler-d4d2c248266f18ca1c316d5d3932117db63fa1e5.tar.gz
No longer use gemcutter. Update to rubygems.org
Diffstat (limited to 'lib/bundler/rubygems_ext.rb')
-rw-r--r--lib/bundler/rubygems_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/rubygems_ext.rb b/lib/bundler/rubygems_ext.rb
index 55f2139a..1a9acb54 100644
--- a/lib/bundler/rubygems_ext.rb
+++ b/lib/bundler/rubygems_ext.rb
@@ -72,7 +72,7 @@ module Gem
end
def to_gemfile(path = nil)
- gemfile = "source :gemcutter\n"
+ gemfile = "source 'https://rubygems.org'\n"
gemfile << dependencies_to_gemfile(nondevelopment_dependencies)
unless development_dependencies.empty?
gemfile << "\n"