mirror of
https://github.com/home-assistant/android.git
synced 2026-01-12 15:44:09 +00:00
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:
4
.github/workflows/onPush.yml
vendored
4
.github/workflows/onPush.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
1
Gemfile
1
Gemfile
@ -1,4 +1,5 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "ostruct"
|
||||
gem "fastlane"
|
||||
gem "fastlane-plugin-amazon_app_submission"
|
||||
|
||||
16
Gemfile.lock
16
Gemfile.lock
@ -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
|
||||
|
||||
Reference in New Issue
Block a user