From f895d7a7dd4f66cf1ea987c9b34662bbb7faea10 Mon Sep 17 00:00:00 2001 From: "runway-github[bot]" <73448015+runway-github[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:56:17 -0600 Subject: [PATCH] chore(runway): cherry-pick chore: bump ruby version to 3.1.6 (#11848) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - chore: bump ruby version to 3.1.6 (#11846) ## **Description** Our CI platform updated VM images which replaced ruby `3.1.5` with `3.1.6` ## **Related issues** Fixes: https://github.com/MetaMask/metamask-mobile/issues/11843 ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [ ] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. [c0edf60](https://github.com/MetaMask/metamask-mobile/commit/c0edf60592bf7e95f5d68f5b354a376154f1802f) Co-authored-by: João Loureiro <175489935+joaoloureirop@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .ruby-version | 2 +- ios/Gemfile | 2 +- ios/Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1b92a4d58d6..5864ba001ec0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: cache: yarn - uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 #v1 with: - ruby-version: '3.1.5' + ruby-version: '3.1.6' bundler-cache: true env: BUNDLE_GEMFILE: ios/Gemfile diff --git a/.ruby-version b/.ruby-version index 3ad0595adcc2..9cec7165ab0a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.5 +3.1.6 diff --git a/ios/Gemfile b/ios/Gemfile index 3c02108f3cea..4d245c9f9437 100644 --- a/ios/Gemfile +++ b/ios/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # Recommended to use http://rbenv.org/ to install and use this version -ruby '>= 3.1.5' +ruby '>= 3.1.6' # Allow minor version updates up to but excluding 2.0.0 gem 'cocoapods', '~> 1.12' diff --git a/ios/Gemfile.lock b/ios/Gemfile.lock index 8450432ac952..ed3f678b6d18 100644 --- a/ios/Gemfile.lock +++ b/ios/Gemfile.lock @@ -101,7 +101,7 @@ DEPENDENCIES cocoapods (~> 1.12) RUBY VERSION - ruby 3.1.5p252 + ruby 3.1.6p260 BUNDLED WITH 2.5.8