lib/overcommit/hook/post_merge/bundle_install.rb in overcommit-0.47.0 vs lib/overcommit/hook/post_merge/bundle_install.rb in overcommit-0.48.0

- old
+ new

@@ -4,10 +4,10 @@ module Overcommit::Hook::PostMerge # Runs `bundle install` when a change is detected in the repository's # dependencies. # - # @see {Overcommit::Hook::Shared::BundleInstall} + # @see Overcommit::Hook::Shared::BundleInstall class BundleInstall < Base include Overcommit::Hook::Shared::BundleInstall end end