# frozen_string_literal: true module Diffend # Modules grouping supported bundler commands module Commands # Install bundler command INSTALL = 'install' # Update bundler command UPDATE = 'update' end end