From 34c9537501aed2355748ee9bfaf4aefe366e266d Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Tue, 6 Jun 2017 08:28:45 +1000 Subject: fix the order of the boolean setting keys --- lib/bundler/settings.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb index 95833fca28..7857e00ea0 100644 --- a/lib/bundler/settings.rb +++ b/lib/bundler/settings.rb @@ -16,19 +16,19 @@ module Bundler disable_local_branch_check disable_shared_gems disable_version_check + error_on_stderr force_ruby_platform frozen gem.coc gem.mit ignore_messages + init_gems_rb major_deprecations no_install no_prune only_update_to_newer_versions plugins silence_root_warning - error_on_stderr - init_gems_rb ].freeze NUMBER_KEYS = %w[ -- cgit v1.2.1