summaryrefslogtreecommitdiff
path: root/lib/bundler/runtime.rb
diff options
context:
space:
mode:
authorErick Sasse <esasse@gmail.com>2015-07-23 22:11:44 -0300
committerErick Sasse <esasse@gmail.com>2015-07-23 22:11:44 -0300
commit7adb0a487f3cf1fd9a573fa1e15ec2e025dee893 (patch)
tree641ecbf98e22fbc6e8a92d1f6f117bf05a2bb17f /lib/bundler/runtime.rb
parent4d6c32be29d745fadef04380758b6f68817fbb33 (diff)
downloadbundler-7adb0a487f3cf1fd9a573fa1e15ec2e025dee893.tar.gz
Fix Style/Alias
Diffstat (limited to 'lib/bundler/runtime.rb')
-rw-r--r--lib/bundler/runtime.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb
index 5c06685c97..497f3b77bc 100644
--- a/lib/bundler/runtime.rb
+++ b/lib/bundler/runtime.rb
@@ -100,7 +100,7 @@ module Bundler
end
end
- alias gems specs
+ alias_method :gems, :specs
def cache(custom_path = nil)
cache_path = Bundler.app_cache(custom_path)