Skip to content

Commit

Permalink
Merge pull request #7231 from StoDevX/drew/bump-ruby
Browse files Browse the repository at this point in the history
bump ruby version to 3.1
  • Loading branch information
hawkrives authored Sep 16, 2024
2 parents fd37fca + ad599d6 commit da65692
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cache: npm
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.1'
bundler-cache: true
- name: Restore Gradle cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
cache: npm
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.1'
bundler-cache: true
- run: sudo xcode-select -s /Applications/Xcode_15.2.app
- run: git fetch --prune --unshallow
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
ruby_version: '3.0'
ruby-version: '3.1'
xcode_version: 'Xcode_15.2'
java_version: '11'
java_distribution: temurin
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.ruby_version }}
ruby-version: ${{ env.ruby-version }}
bundler-cache: true

cache-cocoapods:
Expand All @@ -111,7 +111,7 @@ jobs:
id: cocoapods-cache
with:
path: ios/Pods
key: ${{ runner.os }}-cocoapods-ruby@${{ env.ruby_version }}-xcode@${{ env.xcode_version }}-${{ hashFiles('**/Podfile', '**/Podfile.lock', 'package-lock.json', '.github/job.yml') }}
key: ${{ runner.os }}-cocoapods-ruby@${{ env.ruby-version }}-xcode@${{ env.xcode_version }}-${{ hashFiles('**/Podfile', '**/Podfile.lock', 'package-lock.json', '.github/job.yml') }}

- if: steps.cocoapods-cache.outputs.cache-hit != 'true'
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
Expand All @@ -123,7 +123,7 @@ jobs:
env:
BUNDLE_FROZEN: "true"
with:
ruby-version: ${{ env.ruby_version }}
ruby-version: ${{ env.ruby-version }}
bundler-cache: true

- name: Restore node_modules cache
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
env:
BUNDLE_FROZEN: "true"
with:
ruby-version: ${{ env.ruby_version }}
ruby-version: ${{ env.ruby-version }}
bundler-cache: true

- name: Restore Cocoapods cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.1'
bundler-cache: true

- run: sudo xcode-select -s /Applications/Xcode_15.2.app
Expand Down

0 comments on commit da65692

Please sign in to comment.