You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bundler pattern had an escaping issue causing an error in deps
pipelines:
```
panic: Pattern not found in file
```
Even with the proper escaped pattern, the bundler replace did not work
as expected (it used the rubygems version instead).
Remove bundler to unblock master/deps io pipelines.
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8335
0 commit comments