From a7fc6f677e0dc50cec99dccd8dd3b8acf5f596cf Mon Sep 17 00:00:00 2001 From: Mariana Souza Date: Thu, 24 Oct 2024 11:00:41 -0400 Subject: [PATCH] UPdate ruby version/remove slack notifiacation --- .circleci/config.yml | 18 +++++++++--------- .github/workflows/ios-sdk-ci.yml | 6 +++--- Gemfile | 1 + Gemfile.lock | 2 ++ 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e09c5ad..8e6a75f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,9 +20,9 @@ jobs: path: output - store_test_results: path: output/scan - - slack/notify: - event: fail - template: basic_fail_1 + # - slack/notify: + # event: fail + # template: basic_fail_1 build-demo-swift: macos: @@ -38,9 +38,9 @@ jobs: command: bundle exec fastlane $FASTLANE_LANE - store_artifacts: path: output - - slack/notify: - event: fail - template: basic_fail_1 + # - slack/notify: + # event: fail + # template: basic_fail_1 build-demo-objc: macos: @@ -56,9 +56,9 @@ jobs: command: bundle exec fastlane $FASTLANE_LANE - store_artifacts: path: output - - slack/notify: - event: fail - template: basic_fail_1 + # - slack/notify: + # event: fail + # template: basic_fail_1 success-slack-notify: docker: diff --git a/.github/workflows/ios-sdk-ci.yml b/.github/workflows/ios-sdk-ci.yml index 4256a98..40985c0 100644 --- a/.github/workflows/ios-sdk-ci.yml +++ b/.github/workflows/ios-sdk-ci.yml @@ -13,7 +13,7 @@ jobs: - name: Install ruby and gem dependencies uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6.10 + ruby-version: 3.0.0 bundler-cache: true # runs 'bundle install' and caches installed gems automatically sdk-tests: @@ -50,7 +50,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: demo-swift - path: ./${{ env.FL_OUTPUT_DIR }}/** + path: ${{ env.FL_OUTPUT_DIR }}/** build-demo-objc: name: "Build Demo Objective-C" @@ -69,4 +69,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: demo-objc - path: ./${{ env.FL_OUTPUT_DIR }}/** + path: ${{ env.FL_OUTPUT_DIR }}/** diff --git a/Gemfile b/Gemfile index a67f32a..50f7feb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source "https://rubygems.org" +gem 'rb-readline' gem 'fastlane' gem "cocoapods", "= 1.12.0" diff --git a/Gemfile.lock b/Gemfile.lock index 967e6f3..601bc7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,6 +218,7 @@ GEM plist (3.6.0) public_suffix (4.0.6) rake (13.0.6) + rb-readline (0.5.5) representable (3.1.1) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -275,6 +276,7 @@ PLATFORMS DEPENDENCIES cocoapods (= 1.12.0) fastlane + rb-readline BUNDLED WITH 2.3.3