lib/avm/tools/runner/app_src/ruby/bundler/incompatible.rb in avm-tools-0.113.6 vs lib/avm/tools/runner/app_src/ruby/bundler/incompatible.rb in avm-tools-0.114.0

- old
+ new

@@ -15,11 +15,11 @@ bool_opt '-l', '--last', 'Process the last \"bundle update\" result.' end def run infov 'Cache path', fs_cache.content_path - infov 'Cached?', fs_cache.cached? + infov 'Cached?', fs_cache.stored? parser.gems_in_conflict.each do |gem_in_conflict| print_gem_in_conflict(gem_in_conflict) end end @@ -29,10 +29,10 @@ infom 'Running "bundle update"...' instance.ruby_gem.bundle('update').execute[:stdout] end def content_path - fs_cache.write(bundle_update) unless fs_cache.cached? && parsed.last? + fs_cache.write(bundle_update) unless fs_cache.stored? && parsed.last? fs_cache.content_path end def fs_cache_object_id instance.path.to_s.variableize