aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/stub_specification.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/stub_specification.rb')
-rw-r--r--lib/bundler/stub_specification.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bundler/stub_specification.rb b/lib/bundler/stub_specification.rb
index 4a23b2cfe8..88a4257fa4 100644
--- a/lib/bundler/stub_specification.rb
+++ b/lib/bundler/stub_specification.rb
@@ -67,6 +67,10 @@ module Bundler
stub.full_gem_path
end
+ def full_gem_path=(path)
+ stub.full_gem_path = path
+ end
+
def full_require_paths
stub.full_require_paths
end