Skip to content

Commit f7fc4d3

Browse files
committed
Update fastlane
1 parent 79e8020 commit f7fc4d3

5 files changed

Lines changed: 80 additions & 76 deletions

File tree

.github/workflows/flutter_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
uses: ruby/setup-ruby@v1
122122
with:
123123
ruby-version: '3.3'
124-
bundler: 2.5.6
124+
bundler: 2.5.17
125125
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
126126

127127
- name: Build iOS App bundle

.github/workflows/flutter_release_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
working-directory: ./android
8383
ruby-version: 3.3
84-
bundler: 2.5.6
84+
bundler: 2.5.17
8585
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
8686

8787
- name: Release beta stage app to beta delivery platform

.github/workflows/flutter_release_ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: ruby/setup-ruby@v1
5858
with:
5959
ruby-version: '3.3'
60-
bundler: 2.5.6
60+
bundler: 2.5.17
6161
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
6262

6363
- name: Release beta stage app to beta delivery platform
@@ -131,7 +131,7 @@ jobs:
131131
uses: ruby/setup-ruby@v1
132132
with:
133133
ruby-version: '3.3'
134-
bundler: 2.5.6
134+
bundler: 2.5.17
135135
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
136136

137137
- name: Release prod stage app to appstore testflight

Gemfile.lock

Lines changed: 38 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ GEM
55
base64
66
nkf
77
rexml
8-
addressable (2.8.6)
9-
public_suffix (>= 2.0.2, < 6.0)
10-
artifactory (3.0.15)
8+
addressable (2.8.7)
9+
public_suffix (>= 2.0.2, < 7.0)
10+
artifactory (3.0.17)
1111
atomos (0.1.3)
1212
aws-eventstream (1.3.0)
13-
aws-partitions (1.894.0)
14-
aws-sdk-core (3.191.3)
13+
aws-partitions (1.964.0)
14+
aws-sdk-core (3.201.5)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.651.0)
17-
aws-sigv4 (~> 1.8)
17+
aws-sigv4 (~> 1.9)
1818
jmespath (~> 1, >= 1.6.1)
19-
aws-sdk-kms (1.77.0)
20-
aws-sdk-core (~> 3, >= 3.191.0)
21-
aws-sigv4 (~> 1.1)
22-
aws-sdk-s3 (1.143.0)
23-
aws-sdk-core (~> 3, >= 3.191.0)
19+
aws-sdk-kms (1.88.0)
20+
aws-sdk-core (~> 3, >= 3.201.0)
21+
aws-sigv4 (~> 1.5)
22+
aws-sdk-s3 (1.158.0)
23+
aws-sdk-core (~> 3, >= 3.201.0)
2424
aws-sdk-kms (~> 1)
25-
aws-sigv4 (~> 1.8)
26-
aws-sigv4 (1.8.0)
25+
aws-sigv4 (~> 1.5)
26+
aws-sigv4 (1.9.1)
2727
aws-eventstream (~> 1, >= 1.0.2)
2828
babosa (1.0.4)
2929
base64 (0.2.0)
@@ -38,7 +38,7 @@ GEM
3838
domain_name (0.6.20240107)
3939
dotenv (2.8.1)
4040
emoji_regex (3.2.3)
41-
excon (0.109.0)
41+
excon (0.111.0)
4242
faraday (1.10.3)
4343
faraday-em_http (~> 1.0)
4444
faraday-em_synchrony (~> 1.0)
@@ -60,22 +60,22 @@ GEM
6060
faraday-httpclient (1.0.1)
6161
faraday-multipart (1.0.4)
6262
multipart-post (~> 2)
63-
faraday-net_http (1.0.1)
63+
faraday-net_http (1.0.2)
6464
faraday-net_http_persistent (1.2.0)
6565
faraday-patron (1.0.0)
6666
faraday-rack (1.0.0)
6767
faraday-retry (1.0.3)
6868
faraday_middleware (1.2.0)
6969
faraday (~> 1.0)
70-
fastimage (2.3.0)
71-
fastlane (2.219.0)
70+
fastimage (2.3.1)
71+
fastlane (2.222.0)
7272
CFPropertyList (>= 2.3, < 4.0.0)
7373
addressable (>= 2.8, < 3.0.0)
7474
artifactory (~> 3.0)
7575
aws-sdk-s3 (~> 1.0)
7676
babosa (>= 1.0.3, < 2.0.0)
7777
bundler (>= 1.12.0, < 3.0.0)
78-
colored
78+
colored (~> 1.2)
7979
commander (~> 4.6)
8080
dotenv (>= 2.1.1, < 3.0.0)
8181
emoji_regex (>= 0.1, < 4.0)
@@ -96,10 +96,10 @@ GEM
9696
mini_magick (>= 4.9.4, < 5.0.0)
9797
multipart-post (>= 2.0.0, < 3.0.0)
9898
naturally (~> 2.2)
99-
optparse (>= 0.1.1)
99+
optparse (>= 0.1.1, < 1.0.0)
100100
plist (>= 3.1.0, < 4.0.0)
101101
rubyzip (>= 2.0.0, < 3.0.0)
102-
security (= 0.1.3)
102+
security (= 0.1.5)
103103
simctl (~> 1.6.3)
104104
terminal-notifier (>= 2.0.0, < 3.0.0)
105105
terminal-table (~> 3)
@@ -108,7 +108,7 @@ GEM
108108
word_wrap (~> 1.0.0)
109109
xcodeproj (>= 1.13.0, < 2.0.0)
110110
xcpretty (~> 0.3.0)
111-
xcpretty-travis-formatter (>= 0.0.3)
111+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
112112
gh_inspector (1.1.3)
113113
google-apis-androidpublisher_v3 (0.54.0)
114114
google-apis-core (>= 0.11.0, < 2.a)
@@ -126,12 +126,12 @@ GEM
126126
google-apis-core (>= 0.11.0, < 2.a)
127127
google-apis-storage_v1 (0.31.0)
128128
google-apis-core (>= 0.11.0, < 2.a)
129-
google-cloud-core (1.6.1)
129+
google-cloud-core (1.7.1)
130130
google-cloud-env (>= 1.0, < 3.a)
131131
google-cloud-errors (~> 1.0)
132132
google-cloud-env (1.6.0)
133133
faraday (>= 0.17.3, < 3.0)
134-
google-cloud-errors (1.3.1)
134+
google-cloud-errors (1.4.0)
135135
google-cloud-storage (1.47.0)
136136
addressable (~> 2.8)
137137
digest-crc (~> 0.4)
@@ -147,35 +147,36 @@ GEM
147147
os (>= 0.9, < 2.0)
148148
signet (>= 0.16, < 2.a)
149149
highline (2.0.3)
150-
http-cookie (1.0.5)
150+
http-cookie (1.0.7)
151151
domain_name (~> 0.5)
152152
httpclient (2.8.3)
153153
jmespath (1.6.2)
154-
json (2.7.1)
155-
jwt (2.8.0)
154+
json (2.7.2)
155+
jwt (2.8.2)
156156
base64
157-
mini_magick (4.12.0)
157+
mini_magick (4.13.2)
158158
mini_mime (1.1.5)
159159
multi_json (1.15.0)
160-
multipart-post (2.4.0)
160+
multipart-post (2.4.1)
161161
nanaimo (0.3.0)
162162
naturally (2.2.1)
163163
nkf (0.2.0)
164-
optparse (0.4.0)
164+
optparse (0.5.0)
165165
os (1.1.4)
166166
plist (3.7.1)
167-
public_suffix (5.0.4)
168-
rake (13.1.0)
167+
public_suffix (6.0.1)
168+
rake (13.2.1)
169169
representable (3.2.0)
170170
declarative (< 0.1.0)
171171
trailblazer-option (>= 0.1.1, < 0.2.0)
172172
uber (< 0.2.0)
173173
retriable (3.1.2)
174-
rexml (3.2.6)
174+
rexml (3.3.5)
175+
strscan
175176
rouge (2.0.7)
176177
ruby2_keywords (0.0.5)
177178
rubyzip (2.3.2)
178-
security (0.1.3)
179+
security (0.1.5)
179180
signet (0.19.0)
180181
addressable (~> 2.8)
181182
faraday (>= 0.17.5, < 3.a)
@@ -184,6 +185,7 @@ GEM
184185
simctl (1.6.10)
185186
CFPropertyList
186187
naturally
188+
strscan (3.1.0)
187189
terminal-notifier (2.0.0)
188190
terminal-table (3.0.2)
189191
unicode-display_width (>= 1.1.1, < 3)
@@ -195,13 +197,13 @@ GEM
195197
uber (0.1.0)
196198
unicode-display_width (2.5.0)
197199
word_wrap (1.0.0)
198-
xcodeproj (1.24.0)
200+
xcodeproj (1.25.0)
199201
CFPropertyList (>= 2.3.3, < 4.0)
200202
atomos (~> 0.1.3)
201203
claide (>= 1.0.2, < 2.0)
202204
colored2 (~> 3.1)
203205
nanaimo (~> 0.3.0)
204-
rexml (~> 3.2.4)
206+
rexml (>= 3.3.2, < 4.0)
205207
xcpretty (0.3.0)
206208
rouge (~> 2.0.7)
207209
xcpretty-travis-formatter (1.0.1)
@@ -217,4 +219,4 @@ DEPENDENCIES
217219
fastlane
218220

219221
BUNDLED WITH
220-
2.5.6
222+
2.5.17

0 commit comments

Comments
 (0)