diff --git a/.github/actions/composite/buildAndroidE2EAPK/action.yml b/.github/actions/composite/buildAndroidE2EAPK/action.yml index 25fafcb7be7f..276d0073b132 100644 --- a/.github/actions/composite/buildAndroidE2EAPK/action.yml +++ b/.github/actions/composite/buildAndroidE2EAPK/action.yml @@ -56,9 +56,8 @@ runs: distribution: "oracle" java-version: "17" - - uses: ruby/setup-ruby@v1.187.0 + - uses: ruby/setup-ruby@v1.190.0 with: - ruby-version: "2.7" bundler-cache: true - uses: gradle/gradle-build-action@3fbe033aaae657f011f88f29be9e65ed26bd29ef diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 90d81ada23c6..df69fbe76bf7 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -60,9 +60,8 @@ jobs: java-version: '17' - name: Setup Ruby - uses: ruby/setup-ruby@v1.187.0 + uses: ruby/setup-ruby@v1.190.0 with: - ruby-version: '2.7' bundler-cache: true - name: Decrypt keystore @@ -186,9 +185,8 @@ jobs: uses: ./.github/actions/composite/setupNode - name: Setup Ruby - uses: ruby/setup-ruby@v1.187.0 + uses: ruby/setup-ruby@v1.190.0 with: - ruby-version: '2.7' bundler-cache: true - name: Cache Pod dependencies diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index 95177e0bcefd..c77d122de049 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -87,9 +87,8 @@ jobs: java-version: '17' - name: Setup Ruby - uses: ruby/setup-ruby@v1.187.0 + uses: ruby/setup-ruby@v1.190.0 with: - ruby-version: '2.7' bundler-cache: true - name: Decrypt keystore @@ -161,9 +160,8 @@ jobs: run: sudo xcode-select -switch /Applications/Xcode_15.2.0.app - name: Setup Ruby - uses: ruby/setup-ruby@v1.187.0 + uses: ruby/setup-ruby@v1.190.0 with: - ruby-version: '2.7' bundler-cache: true - name: Cache Pod dependencies diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 000000000000..a0891f563f38 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.3.4 diff --git a/Gemfile b/Gemfile index 2739d835b4e0..21947c0eb961 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby ">= 2.6.10" +ruby ">= 3.3.4" gem "cocoapods", "= 1.15.2" gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 10acc25586ad..00232570d5de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -299,7 +299,7 @@ DEPENDENCIES xcpretty (~> 0) RUBY VERSION - ruby 2.6.10p210 + ruby 3.3.4p94 BUNDLED WITH 2.4.19