Skip to content

fix: install bundler in SetupEnvironment for Ruby targets#1923

Closed
danielkov wants to merge 1 commit intomainfrom
fix/install-bundler-in-setup-env
Closed

fix: install bundler in SetupEnvironment for Ruby targets#1923
danielkov wants to merge 1 commit intomainfrom
fix/install-bundler-in-setup-env

Conversation

@danielkov
Copy link
Contributor

Summary

  • Adds installBundler() to SetupEnvironment() so Ruby SDK targets can compile on ubuntu-24.04 runners
  • ubuntu-24.04 has Ruby and gem pre-installed but bundler is not on PATH, causing bundle install to fail during Ruby SDK compilation
  • Non-fatal: if bundle is already available or gem is not installed, the step is silently skipped

✻ Clauded...

ubuntu-24.04 runners have Ruby pre-installed but bundler is not on
PATH, causing `bundle install` to fail during SDK compilation.

Install bundler via `gem install bundler` if not already available.
Non-fatal if gem itself is missing (non-Ruby targets unaffected).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@danielkov
Copy link
Contributor Author

won't be needed, we do #1924 instead

@danielkov danielkov closed this Feb 27, 2026
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.

1 participant