Update dependency ruby to v4 (#6202)

* Update dependency ruby to v4

* Update gemfile to work with ruby 4.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Timothy <6560631+TimoPtr@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-29 10:17:44 +01:00
committed by GitHub
parent b6278784a5
commit 0523c5d2da
4 changed files with 11 additions and 12 deletions

View File

@ -31,7 +31,7 @@ jobs:
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
with:
ruby-version: "3.4.8"
ruby-version: "4.0.0"
bundler-cache: true
- uses: ./.github/actions/create-release-number
@ -141,7 +141,7 @@ jobs:
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
with:
ruby-version: "3.4.8"
ruby-version: "4.0.0"
bundler-cache: true
- uses: ./.github/actions/create-release-number

View File

@ -20,7 +20,7 @@ jobs:
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
with:
ruby-version: "3.4.8"
ruby-version: "4.0.0"
bundler-cache: true
- uses: ./.github/actions/inflate-secrets

View File

@ -1,4 +1,5 @@
source "https://rubygems.org"
gem "ostruct"
gem "fastlane"
gem "fastlane-plugin-amazon_app_submission"

View File

@ -42,17 +42,16 @@ GEM
dotenv (2.8.1)
emoji_regex (3.2.3)
excon (0.112.0)
faraday (1.10.4)
faraday (1.8.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-cookie_jar (0.0.8)
faraday (>= 0.8.0)
@ -61,13 +60,10 @@ GEM
faraday-em_synchrony (1.0.1)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.1.1)
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.1)
faraday (~> 1.0)
fastimage (2.4.0)
@ -179,6 +175,7 @@ GEM
nkf (0.2.0)
optparse (0.8.1)
os (1.1.4)
ostruct (0.6.3)
plist (3.7.2)
public_suffix (7.0.0)
rake (13.3.1)
@ -233,6 +230,7 @@ PLATFORMS
DEPENDENCIES
fastlane
fastlane-plugin-amazon_app_submission
ostruct
BUNDLED WITH
2.4.10
2.4.22