Skip to content

Commit

Permalink
chore: Updating Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Nov 26, 2024
1 parent 554f9dc commit 6670fff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/internal_or_beta_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@ jobs:
run: ./gradlew packageReleaseDistributionForCurrentOS

- name: Configure Ruby
if: ${{ matrix.os }} == 'macos-latest'
if: matrix.os == 'macos-latest'
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
with:
bundler-cache: true

- name: Install Fastlane
if: ${{ matrix.os }} == 'macos-latest'
if: matrix.os == 'macos-latest'
run: |
gem install bundler:2.2.27
bundle install --jobs 4 --retry 3
bundle exec fastlane add_plugin firebase_app_distribution
bundle exec fastlane add_plugin increment_build_number
- name: Build iOS App
if: ${{ matrix.os }} == 'macos-latest'
if: matrix.os == 'macos-latest'
continue-on-error: true
run: bundle exec fastlane ios build_ios

Expand All @@ -83,11 +83,6 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Configure Ruby
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
with:
bundler-cache: true

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ GEM
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.1013.0)
aws-sdk-core (3.213.0)
aws-sdk-core (3.214.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.173.0)
aws-sdk-s3 (1.174.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand Down

0 comments on commit 6670fff

Please sign in to comment.