From e41edd133a737ed95581a4e850076c7160289269 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Mon, 13 Apr 2015 21:23:01 -0700 Subject: Merge tag 'v1.9.4' Version 1.9.4 Conflicts: lib/bundler/installer.rb lib/bundler/match_platform.rb lib/bundler/source/rubygems.rb --- lib/bundler/source.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/bundler/source.rb') diff --git a/lib/bundler/source.rb b/lib/bundler/source.rb index 213e98fb98..869931a1f0 100644 --- a/lib/bundler/source.rb +++ b/lib/bundler/source.rb @@ -27,5 +27,10 @@ module Bundler def can_lock?(spec) spec.source == self end + + def include?(other) + other == self + end + end end -- cgit v1.2.1