summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Phoenix <ephoenix@engineyard.com>2011-04-29 16:12:22 -0700
committerEvan Phoenix <ephoenix@engineyard.com>2011-04-29 16:12:22 -0700
commitbe66a4149be4f27e7e9808f9cd17729b17febebb (patch)
treeda5b5a72fe379970756b2ed4698f1230557cca3b
parent4b958b9ca6a77bf859b40769e6c9851d34c7eaa4 (diff)
downloadbundler-be66a4149be4f27e7e9808f9cd17729b17febebb.tar.gz
Make gem_path return an Array
-rw-r--r--lib/bundler/rubygems_integration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb
index e303b74a0e..507cf3bbe3 100644
--- a/lib/bundler/rubygems_integration.rb
+++ b/lib/bundler/rubygems_integration.rb
@@ -58,7 +58,7 @@ module Bundler
end
def gem_path
- Gem.path.to_s
+ Gem.path
end
def marshal_spec_dir