Skip to content
Snippets Groups Projects
  1. Feb 16, 2023
  2. Feb 15, 2023
  3. Feb 14, 2023
  4. Feb 13, 2023
  5. Feb 10, 2023
  6. Feb 09, 2023
  7. Feb 08, 2023
  8. Feb 07, 2023
  9. Feb 06, 2023
  10. Feb 03, 2023
    • Stan Hu's avatar
      Fix deprecated bundler flags · 402d72c2
      Stan Hu authored
      Previously `bundle install` was called with the `--clean`,
      `--deployment`, and `--without` flags, but these are deprecated in
      favor of using `bundle config set --local <flag>`.
      
      This is especially important for the `--deployment` flag since the
      `bundler` auto-upgrade mechanism will use the system gem path instead
      of `vendor/bundle` if this flag isn't set in the correct way.
      
      Relates to https://gitlab.com/gitlab-org/charts/gitlab/-/issues/4210
      402d72c2
  11. Feb 02, 2023
  12. Feb 01, 2023