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

Version Path
overcommit-0.67.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.66.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.65.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.64.1 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.64.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.63.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.62.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.61.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.60.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.59.1 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.59.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-jeygeethanmedia-0.58.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.58.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.57.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.56.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.55.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.54.1 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-0.54.0 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-jeygeethanmedia-0.53.1.2 lib/overcommit/hook/post_rewrite/bundle_install.rb
overcommit-jeygeethanmedia-0.53.1.1 lib/overcommit/hook/post_rewrite/bundle_install.rb