Sha256: 325a52a6729ab990211d1ec69acacb4eec18cf7f97fc73904718e51d825eea37
Contents?: true
Size: 217 Bytes
Versions: 4
Compression:
Stored size: 217 Bytes
Contents
module Command class StashGemfileLockCommand < BaseCommand def cancel system('mv ./Gemfile.lock.stash ./Gemfile.lock') end def name 'mv ./Gemfile.lock ./Gemfile.lock.stash' end end end
Version data entries
4 entries across 4 versions & 1 rubygems