lib/bundler/cli.rb in bundler-1.6.3 vs lib/bundler/cli.rb in bundler-1.6.4
- old
+ new
@@ -134,11 +134,10 @@
"Use the rubygems modern index instead of the API endpoint"
method_option "clean", :type => :boolean, :banner =>
"Run bundle clean automatically after install"
method_option "trust-policy", :alias => "P", :type => :string, :banner =>
"Gem trust policy (like gem install -P). Must be one of " +
- Bundler.rubygems.security_policies.keys.join('|') unless
- Bundler.rubygems.security_policies.empty?
+ Bundler.rubygems.security_policy_keys.join('|')
method_option "jobs", :aliases => "-j", :type => :numeric, :banner =>
"Specify the number of jobs to run in parallel"
def install
require 'bundler/cli/install'