Skip to content
Snippets Groups Projects

Upgrade bundler for the GitLab Backup CLI gem

Merged Gabriel Mazetto requested to merge brodock/fix-bundler into master
All threads resolved!

What does this MR do and why?

Upgrade Bundler to fix master build failures:

bundler: failed to load command: rubocop (/builds/gitlab-org/gitlab/gems/gitlab-backup-cli/vendor/ruby/3.2.0/bin/rubocop)
/usr/local/bundle/gems/bundler-2.5.7/lib/bundler/runtime.rb:304:in `check_for_activated_spec!': You have already activated uri 0.13.1, but your Gemfile requires uri 0.13.0. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Tests should pass

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Stan Hu resolved all threads

    resolved all threads

  • E2E Test Result Summary

    allure-report-publisher generated test report!

    e2e-test-on-gdk: :white_check_mark: test report for 0e9acbbe

    expand test summary
    +------------------------------------------------------------------+
    |                          suites summary                          |
    +-------------+--------+--------+---------+-------+-------+--------+
    |             | passed | failed | skipped | flaky | total | result |
    +-------------+--------+--------+---------+-------+-------+--------+
    | Create      | 128    | 0      | 16      | 0     | 144   | ✅     |
    | Plan        | 73     | 0      | 0       | 0     | 73    | ✅     |
    | Govern      | 72     | 0      | 0       | 0     | 72    | ✅     |
    | Verify      | 44     | 0      | 2       | 0     | 46    | ✅     |
    | Package     | 20     | 0      | 12      | 0     | 32    | ✅     |
    | Analytics   | 2      | 0      | 0       | 0     | 2     | ✅     |
    | Manage      | 1      | 0      | 1       | 0     | 2     | ✅     |
    | Release     | 5      | 0      | 0       | 0     | 5     | ✅     |
    | Data Stores | 31     | 0      | 1       | 0     | 32    | ✅     |
    | Fulfillment | 2      | 0      | 0       | 0     | 2     | ✅     |
    | Secure      | 3      | 0      | 0       | 0     | 3     | ✅     |
    | Monitor     | 8      | 0      | 0       | 0     | 8     | ✅     |
    +-------------+--------+--------+---------+-------+-------+--------+
    | Total       | 389    | 0      | 32      | 0     | 421   | ✅     |
    +-------------+--------+--------+---------+-------+-------+--------+
  • Brett Walker approved this merge request

    approved this merge request

  • requested review from @nao.hashizume

  • Nao Hashizume approved this merge request

    approved this merge request

  • Stan Hu added this merge request to the merge train at position 2

    added this merge request to the merge train at position 2

  • Nao Hashizume resolved all threads

    resolved all threads

  • Stan Hu removed this merge request from the merge train because the pipeline did not succeed. Learn more.

    removed this merge request from the merge train because the pipeline did not succeed. Learn more.

  • Nao Hashizume changed milestone to %17.4

    changed milestone to %17.4

  • Nao Hashizume enabled automatic add to merge train when checks pass

    enabled automatic add to merge train when checks pass

  • Nao Hashizume mentioned in commit b2c75c5b

    mentioned in commit b2c75c5b

  • Brett Walker mentioned in merge request !165249 (merged)

    mentioned in merge request !165249 (merged)

  • We probably need to backport this fix as well?

  • added workflowstaging label and removed workflowcanary label

  • Stan Hu mentioned in merge request !165343 (merged)

    mentioned in merge request !165343 (merged)

  • Andrew Evans mentioned in merge request !166063 (merged)

    mentioned in merge request !166063 (merged)

  • Please register or sign in to reply
    Loading