Skip to content

Commit dc487de

Browse files
authored
Revert "Update dependency ruby to v3.4.8 (#6176)" (#6186)
This reverts commit 84e9ff4.
1 parent 011d7a1 commit dc487de

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/onPush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0
3333
with:
34-
ruby-version: "3.4.8"
34+
ruby-version: "3.4.7"
3535
bundler-cache: true
3636

3737
- uses: ./.github/actions/create-release-number
@@ -141,7 +141,7 @@ jobs:
141141

142142
- uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0
143143
with:
144-
ruby-version: "3.4.8"
144+
ruby-version: "3.4.7"
145145
bundler-cache: true
146146

147147
- uses: ./.github/actions/create-release-number

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0
2222
with:
23-
ruby-version: "3.4.8"
23+
ruby-version: "3.4.7"
2424
bundler-cache: true
2525

2626
- uses: ./.github/actions/inflate-secrets

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ DEPENDENCIES
235235
fastlane-plugin-amazon_app_submission
236236

237237
BUNDLED WITH
238-
2.6.9
238+
2.4.10

0 commit comments

Comments
 (0)