Skip to content

fix: use Ruby 3 compatible Bundler lock#20

Merged
SeongHoonC merged 1 commit into
prodfrom
main
May 18, 2026
Merged

fix: use Ruby 3 compatible Bundler lock#20
SeongHoonC merged 1 commit into
prodfrom
main

Conversation

@SeongHoonC
Copy link
Copy Markdown
Collaborator

Summary

  • Update Gemfile.lock to use Bundler 2.5.22 instead of Bundler 1.17.2.
  • Fix GitHub Actions Ruby 3.3 compatibility for ruby/setup-ruby bundler-cache.

Why

Bundler 1.17.2 calls String#untaint, which is removed in Ruby 3.3. The Android Release workflow uses Ruby 3.3, so bundler setup failed before fastlane could run.

Validation

  • git diff --check

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 18, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • Gemfile.lock is excluded by !**/*.lock

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ccaaf41d-3480-456b-b122-2ec6ade54efa

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch main

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.

@SeongHoonC SeongHoonC merged commit ecf8a06 into prod May 18, 2026
3 checks passed
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