Skip to content

Commit ad39ba1

Browse files
committed
Update Fastlane dependencies
1 parent 9e5f688 commit ad39ba1

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

green_walking/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ release-web:
3434
upgrade:
3535
@echo ">>> Upgrade Flutter dependencies"
3636
flutter pub upgrade --major-versions
37+
@echo ">>> Upgrade Fastlane dependencies"
38+
cd android/ && bundle update

green_walking/android/Gemfile.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ GEM
88
artifactory (3.0.15)
99
atomos (0.1.3)
1010
aws-eventstream (1.2.0)
11-
aws-partitions (1.828.0)
12-
aws-sdk-core (3.183.1)
11+
aws-partitions (1.848.0)
12+
aws-sdk-core (3.186.0)
1313
aws-eventstream (~> 1, >= 1.0.2)
1414
aws-partitions (~> 1, >= 1.651.0)
1515
aws-sigv4 (~> 1.5)
1616
jmespath (~> 1, >= 1.6.1)
17-
aws-sdk-kms (1.71.0)
18-
aws-sdk-core (~> 3, >= 3.177.0)
17+
aws-sdk-kms (1.72.0)
18+
aws-sdk-core (~> 3, >= 3.184.0)
1919
aws-sigv4 (~> 1.1)
2020
aws-sdk-s3 (1.136.0)
2121
aws-sdk-core (~> 3, >= 3.181.0)
2222
aws-sdk-kms (~> 1)
2323
aws-sigv4 (~> 1.6)
24-
aws-sigv4 (1.6.0)
24+
aws-sigv4 (1.6.1)
2525
aws-eventstream (~> 1, >= 1.0.2)
2626
babosa (1.0.4)
2727
claide (1.1.0)
@@ -36,7 +36,7 @@ GEM
3636
unf (>= 0.0.5, < 1.0.0)
3737
dotenv (2.8.1)
3838
emoji_regex (3.2.3)
39-
excon (0.103.0)
39+
excon (0.104.0)
4040
faraday (1.10.3)
4141
faraday-em_http (~> 1.0)
4242
faraday-em_synchrony (~> 1.0)
@@ -107,9 +107,9 @@ GEM
107107
xcpretty (~> 0.3.0)
108108
xcpretty-travis-formatter (>= 0.0.3)
109109
gh_inspector (1.1.3)
110-
google-apis-androidpublisher_v3 (0.50.0)
110+
google-apis-androidpublisher_v3 (0.51.0)
111111
google-apis-core (>= 0.11.0, < 2.a)
112-
google-apis-core (0.11.1)
112+
google-apis-core (0.11.2)
113113
addressable (~> 2.5, >= 2.5.1)
114114
googleauth (>= 0.16.2, < 2.a)
115115
httpclient (>= 2.8.1, < 3.a)
@@ -122,19 +122,19 @@ GEM
122122
google-apis-core (>= 0.11.0, < 2.a)
123123
google-apis-playcustomapp_v1 (0.13.0)
124124
google-apis-core (>= 0.11.0, < 2.a)
125-
google-apis-storage_v1 (0.19.0)
126-
google-apis-core (>= 0.9.0, < 2.a)
125+
google-apis-storage_v1 (0.29.0)
126+
google-apis-core (>= 0.11.0, < 2.a)
127127
google-cloud-core (1.6.0)
128128
google-cloud-env (~> 1.0)
129129
google-cloud-errors (~> 1.0)
130130
google-cloud-env (1.6.0)
131131
faraday (>= 0.17.3, < 3.0)
132132
google-cloud-errors (1.3.1)
133-
google-cloud-storage (1.44.0)
133+
google-cloud-storage (1.45.0)
134134
addressable (~> 2.8)
135135
digest-crc (~> 0.4)
136136
google-apis-iamcredentials_v1 (~> 0.1)
137-
google-apis-storage_v1 (~> 0.19.0)
137+
google-apis-storage_v1 (~> 0.29.0)
138138
google-cloud-core (~> 1.6)
139139
googleauth (>= 0.16.2, < 2.a)
140140
mini_mime (~> 1.0)
@@ -161,7 +161,7 @@ GEM
161161
os (1.1.4)
162162
plist (3.7.0)
163163
public_suffix (5.0.3)
164-
rake (13.0.6)
164+
rake (13.1.0)
165165
representable (3.2.0)
166166
declarative (< 0.1.0)
167167
trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -192,7 +192,7 @@ GEM
192192
unf (0.1.4)
193193
unf_ext
194194
unf_ext (0.0.8.2)
195-
unicode-display_width (2.4.2)
195+
unicode-display_width (2.5.0)
196196
webrick (1.8.1)
197197
word_wrap (1.0.0)
198198
xcodeproj (1.23.0)

0 commit comments

Comments
 (0)