[PR #6216] [MERGED] [PM-29096] Update Fastlane and Gemfile dependencies #12549

Closed
opened 2026-04-11 03:45:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6216
Author: @SaintPatrck
Created: 12/2/2025
Status: Merged
Merged: 12/4/2025
Merged by: @SaintPatrck

Base: mainHead: PM-29096/update-fastlane


📝 Commits (7)

  • 7abea4e Update Fastlane and Gemfile dependencies
  • cec3453 Remove redundant Fastlane installation steps from CI workflows
  • 424cbf5 Update Bundler version to 2.6.2 and ensure consistent Fastlane setup
  • d50bfcb Remove specific Bundler version installation in GitHub Workflows
  • 5d360af Add nkf gem to dependencies for Ruby 3.4+ compatibility
  • fba2af3 Remove explicit Bundler version installation in CI workflows
  • 3792570 Remove explicit Bundler installation from CI workflows

📊 Changes

7 files changed (+21 additions, -25 deletions)

View changed files

📝 .github/actions/setup-android-build/action.yml (+0 -1)
📝 .github/workflows/build-authenticator.yml (+0 -2)
📝 .github/workflows/build.yml (+0 -3)
📝 .github/workflows/publish-store.yml (+0 -1)
📝 .github/workflows/test.yml (+0 -1)
📝 Gemfile (+3 -0)
📝 Gemfile.lock (+18 -17)

📄 Description

🎟️ Tracking

PM-29096

📔 Objective

Update Fastlane and various gems to their latest versions, as reflected in the Gemfile.lock file. The primary change is the upgrade of the fastlane gem from version 2.228.0 to 2.229.0.

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/6216 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 12/2/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `PM-29096/update-fastlane` --- ### 📝 Commits (7) - [`7abea4e`](https://github.com/bitwarden/android/commit/7abea4ef96130e4d208f57f52088528f00c10282) Update Fastlane and Gemfile dependencies - [`cec3453`](https://github.com/bitwarden/android/commit/cec345336d2c5e7d9b47fd708426d3e03f35ab02) Remove redundant Fastlane installation steps from CI workflows - [`424cbf5`](https://github.com/bitwarden/android/commit/424cbf5152ed885abad1c68f5446160a27968ec6) Update Bundler version to 2.6.2 and ensure consistent Fastlane setup - [`d50bfcb`](https://github.com/bitwarden/android/commit/d50bfcb646509a6ada6218918c35de44990f7523) Remove specific Bundler version installation in GitHub Workflows - [`5d360af`](https://github.com/bitwarden/android/commit/5d360af1e107d881b6b210854819aa62848d6399) Add `nkf` gem to dependencies for Ruby 3.4+ compatibility - [`fba2af3`](https://github.com/bitwarden/android/commit/fba2af3884ba158ee8a727ea99d03c311cd2081a) Remove explicit Bundler version installation in CI workflows - [`3792570`](https://github.com/bitwarden/android/commit/3792570fa66a97eae126069ab927bf9feb4278da) Remove explicit Bundler installation from CI workflows ### 📊 Changes **7 files changed** (+21 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/setup-android-build/action.yml` (+0 -1) 📝 `.github/workflows/build-authenticator.yml` (+0 -2) 📝 `.github/workflows/build.yml` (+0 -3) 📝 `.github/workflows/publish-store.yml` (+0 -1) 📝 `.github/workflows/test.yml` (+0 -1) 📝 `Gemfile` (+3 -0) 📝 `Gemfile.lock` (+18 -17) </details> ### 📄 Description ## 🎟️ Tracking PM-29096 ## 📔 Objective Update Fastlane and various gems to their latest versions, as reflected in the `Gemfile.lock` file. The primary change is the upgrade of the `fastlane` gem from version 2.228.0 to 2.229.0. ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-11 03:45:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#12549