# frozen_string_literal: true require 'byebug' require 'diffend' command = 'install' project_id = nil gemfile = ARGV[0] lockfile = ARGV[1] definition = Diffend::BuildBundlerDefinition.call(command, gemfile lockfile) pp Diffend::Voting::Versions::Remote.payload(command, project_id, definition)