Sha256: ad264d70e513b26fdee20c71f90d183226abb6b324ff3191f2b73201d7372c81
Contents?: true
Size: 321 Bytes
Versions: 28
Compression:
Stored size: 321 Bytes
Contents
require 'overcommit/hook/shared/bundle_install' module Overcommit::Hook::PostCommit # Runs `bundle install` when a change is detected in the repository's # dependencies. # # @see {Overcommit::Hook::Shared::BundleInstall} class BundleInstall < Base include Overcommit::Hook::Shared::BundleInstall end end
Version data entries
28 entries across 26 versions & 2 rubygems