summaryrefslogtreecommitdiff
path: root/lib/bundler/source.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/source.rb')
-rw-r--r--lib/bundler/source.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/source.rb b/lib/bundler/source.rb
index f39072791c..5388a7681e 100644
--- a/lib/bundler/source.rb
+++ b/lib/bundler/source.rb
@@ -36,6 +36,8 @@ module Bundler
def local!; end
+ def local_only!; end
+
def cached!; end
def remote!; end