aws-amplify / aws-sdk-android

AWS SDK for Android. For more information, see our web site:
https://docs.amplify.aws
Other
1.02k stars 548 forks source link

Pin bundler to latest compatible version with Ruby 2.7 #3525

Closed ankpshah closed 5 months ago

ankpshah commented 5 months ago

Issue #, if available:

Description of changes: This PR addresses failing release_pr workflow. Latest version of bundler requires ruby>3.0.1. Since we are using ruby 2.7, this PR pins bundler to latest compatible version with Ruby 2.7. This ensures minimal changes to the workflow and avoids potential issues that might arise from updating Ruby.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.