diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2017-06-14 12:47:28 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2017-06-23 19:40:11 -0500 |
commit | 93fd9826f1b0a428175f6c76d8e33d6afc900497 (patch) | |
tree | 0e04fd7418a665775aff68c34f58fd71fc78c5ee /lib/bundler/settings.rb | |
parent | a14b5c02da80dc74bdafc660f592c5c4d0c8740d (diff) | |
download | bundler-93fd9826f1b0a428175f6c76d8e33d6afc900497.tar.gz |
Add a feature flag for the lockfile using separate RubyGems sources
Diffstat (limited to 'lib/bundler/settings.rb')
-rw-r--r-- | lib/bundler/settings.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb index 078c517919..f4dd28d376 100644 --- a/lib/bundler/settings.rb +++ b/lib/bundler/settings.rb @@ -24,6 +24,7 @@ module Bundler gem.mit ignore_messages init_gems_rb + lockfile_uses_separate_rubygems_sources major_deprecations no_install no_prune |