summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-06-06 08:28:45 +1000
committerColby Swandale <colby@taplaboratories.com>2017-06-06 08:28:47 +1000
commit34c9537501aed2355748ee9bfaf4aefe366e266d (patch)
tree6232ffcd8eaaf04c0c973687913103b3710affdf
parent61f6f2a9113cf3facb1027606d2431a8bce8100d (diff)
downloadbundler-34c9537501aed2355748ee9bfaf4aefe366e266d.tar.gz
fix the order of the boolean setting keyscolby/init-new-gemfile-format
-rw-r--r--lib/bundler/settings.rb4
1 files 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[