summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2020-01-11 06:03:37 +0900
committerSutou Kouhei <kou@clear-code.com>2020-01-12 07:27:48 +0900
commit5f5561ea0556a54922fd4e144f6e3034359f89bb (patch)
tree707c31453542b663906f70c56a74bdedd74f194d
parent1478b3525977447dbf06135dbdf6d9978aa637b6 (diff)
downloadbundler-5f5561ea0556a54922fd4e144f6e3034359f89bb.tar.gz
Fix instance variable name
-rw-r--r--lib/bundler/compact_index_client/cache.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/compact_index_client/cache.rb b/lib/bundler/compact_index_client/cache.rb
index af3522e609..ef8517e8f6 100644
--- a/lib/bundler/compact_index_client/cache.rb
+++ b/lib/bundler/compact_index_client/cache.rb
@@ -95,8 +95,8 @@ module Bundler
end
def parse_gem(line)
- @dependency_parser ||= GemParser.new
- @dependency_parser.parse(line)
+ @gem_parser ||= GemParser.new
+ @gem_parser.parse(line)
end
def info_roots