Skip to content

Fixes: cleanup from vendored gem usage#548

Merged
aramprice merged 1 commit into
ubuntu-jammyfrom
fix-bundler-issues
Apr 14, 2026
Merged

Fixes: cleanup from vendored gem usage#548
aramprice merged 1 commit into
ubuntu-jammyfrom
fix-bundler-issues

Conversation

@aramprice

Copy link
Copy Markdown
Member

No description provided.

@coderabbitai

coderabbitai Bot commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 9b02ec71-c9ce-45d3-9d77-90db92fbf920

📥 Commits

Reviewing files that changed from the base of the PR and between cd1edc8 and 8d04080.

📒 Files selected for processing (4)
  • README.md
  • ci/tasks/build.sh
  • ci/tasks/os-images/build.sh
  • scripts/build.sh

Walkthrough

This pull request updates bundler invocation patterns across build scripts and documentation. The changes replace bundle install --local with bundle install in multiple build-related shell scripts (ci/tasks/build.sh, ci/tasks/os-images/build.sh, and scripts/build.sh). Additionally, ci/tasks/build.sh refactors the bundle installation step to use pushd/popd for directory navigation within a heredoc instead of changing to a parent directory. The README documentation is updated to reflect adjusted shell command examples for test execution.

Suggested reviewers

  • neddp
  • rkoster
  • mkocher
🚥 Pre-merge checks | ✅ 1 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Description check ❓ Inconclusive No description was provided by the author; the check cannot evaluate whether the description is related to the changeset. Add a pull request description explaining the changes, such as why the --local flags were removed and what impact this has on the build process.
✅ Passed checks (1 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Fixes: cleanup from vendored gem usage' directly relates to the changeset, which removes --local flags from bundle install commands, indicating a transition away from vendored gem dependencies.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-bundler-issues

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@aramprice aramprice merged commit 137df55 into ubuntu-jammy Apr 14, 2026
12 checks passed
@aramprice aramprice deleted the fix-bundler-issues branch April 14, 2026 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants