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