Sha256: c314a7479eabd986eb09657682adcac21fb475a7c47d13317e2d53b6fa069859

Contents?: true

Size: 320 Bytes

Versions: 28

Compression:

Stored size: 320 Bytes

Contents

require 'overcommit/hook/shared/bundle_install'

module Overcommit::Hook::PostMerge
  # 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

Version Path
overcommit-0.33.0 lib/overcommit/hook/post_merge/bundle_install.rb
overcommit-0.32.0 lib/overcommit/hook/post_merge/bundle_install.rb
overcommit-0.32.0.rc1 lib/overcommit/hook/post_merge/bundle_install.rb
overcommit-0.31.0 lib/overcommit/hook/post_merge/bundle_install.rb
overcommit-0.30.0 lib/overcommit/hook/post_merge/bundle_install.rb
overcommit-0.29.1 lib/overcommit/hook/post_merge/bundle_install.rb
overcommit-0.29.0 lib/overcommit/hook/post_merge/bundle_install.rb
overcommit-0.28.0 lib/overcommit/hook/post_merge/bundle_install.rb