Skip to content

Introduce a Gemfile dedicated to Overcommit to avoid conflicts

Rémy Coutable requested to merge dedicated-gemfile-for-overcommit into master

What does this MR do?

This introduces a Gemfile dedicated to Overcommit to avoid conflicts

Running Overcommit outside of the context of a Gemfile can lead to conflicts when requiring gems. Using a dedicated Gemfile instead of the default one avoids loading all the app's gems before running Overcommit.

Does this MR meet the acceptance criteria?

Conformity

Edited by Kyle Wiebers

Merge request reports