diff options
-rw-r--r-- | lib/rubygems/resolver/conflict.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ # with a spec that would be activated. class Gem::Resolver::Conflict ## # The specification that was activated prior to the conflict @@ -150,4 +151,5 @@ class Gem::Resolver::Conflict def requester @failed_dep.requester end end |