Sha256: ed81a4da7959348ffe47ae050de159bd4a4350b3a099f1ed196adaf913784ed4
Contents?: true
Size: 351 Bytes
Versions: 30
Compression:
Stored size: 351 Bytes
Contents
# frozen_string_literal: true require 'overcommit/hook/shared/bundle_install' module Overcommit::Hook::PostRewrite # 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
30 entries across 30 versions & 2 rubygems