Skip to content

Specify the Gemfile location for Rails

Lin Jen-Shin requested to merge 2883-specify-gemfile-for-rails into master

What does this MR do?

Make sure the Rails application does load from the correct Gemfile after gitlab-org/gitlab!69461 (merged)

I think this is more or less a temporary solution that we need to figure out if it is mis-configured. It's likely that there's a wrong Bundler config in somewhere. Maybe there's /.bundle/config which is pointing to a different Gemfile? I am trying to figure this out by !2174 (closed)

Related issues

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened

Closes #2883 (closed)

Edited by Lin Jen-Shin

Merge request reports