fix: use Ruby 3 compatible Bundler lock#20
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Summary
Gemfile.lockto use Bundler 2.5.22 instead of Bundler 1.17.2.ruby/setup-rubybundler-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