Compare commits
1 Commits
master
...
renovate/r
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b31898cf0 |
@ -210,7 +210,7 @@ jobs:
|
||||
- name: Set Up Ruby
|
||||
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
|
||||
with:
|
||||
ruby-version: 3.4.8
|
||||
ruby-version: 3.4.9
|
||||
|
||||
- name: System Debug Information
|
||||
run: |
|
||||
@ -495,7 +495,7 @@ jobs:
|
||||
- name: Set Up Ruby
|
||||
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
|
||||
with:
|
||||
ruby-version: 3.4.8
|
||||
ruby-version: 3.4.9
|
||||
|
||||
- name: Install Dependencies with Bundler
|
||||
run: |
|
||||
|
||||
2
.github/workflows/build-mac-catalyst.yml
vendored
2
.github/workflows/build-mac-catalyst.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
if: github.event_name == 'workflow_dispatch' || steps.labels.outputs.has_mac_dmg == 'true'
|
||||
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
|
||||
with:
|
||||
ruby-version: 3.4.8
|
||||
ruby-version: 3.4.9
|
||||
bundler-cache: true
|
||||
|
||||
- name: Install Node modules
|
||||
|
||||
4
.github/workflows/build-release-apk.yml
vendored
4
.github/workflows/build-release-apk.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
|
||||
with:
|
||||
ruby-version: 3.4.8
|
||||
ruby-version: 3.4.9
|
||||
bundler-cache: true
|
||||
|
||||
- name: Generate Build Number based on timestamp
|
||||
@ -140,7 +140,7 @@ jobs:
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
|
||||
with:
|
||||
ruby-version: 3.4.8
|
||||
ruby-version: 3.4.9
|
||||
bundler-cache: true
|
||||
|
||||
- name: Install dependencies with Bundler
|
||||
|
||||
2
.github/workflows/e2e-ios.yml
vendored
2
.github/workflows/e2e-ios.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
|
||||
with:
|
||||
ruby-version: "3.4.8"
|
||||
ruby-version: "3.4.9"
|
||||
bundler-cache: true
|
||||
|
||||
- name: Install Node dependencies
|
||||
|
||||
@ -1 +1 @@
|
||||
3.4.8
|
||||
3.4.9
|
||||
2
Gemfile
2
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 "3.4.8"
|
||||
ruby "3.4.9"
|
||||
gem "fastlane", "~> 2.232.0"
|
||||
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
|
||||
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
|
||||
|
||||
@ -487,7 +487,7 @@ CHECKSUMS
|
||||
xml-simple (1.1.9) sha256=d21131e519c86f1a5bc2b6d2d57d46e6998e47f18ed249b25cad86433dbd695d
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.4.8
|
||||
ruby 3.4.9
|
||||
|
||||
BUNDLED WITH
|
||||
4.0.7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user