Skip to content

Update gems in Gemfile and qa/Gemfile to be consistent

Stan Hu requested to merge sh-make-qa-gems-consistent into master

This will allow developers to run bundle install on both directories and avoid additional calls to RubyGems for local development. Also sets up the possibility of improved caching as mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/55843.

Merge request reports