Skip to content

Commit 882110c

Browse files
authored
chore: add --full-index to bundle command (#1417)
1 parent 0e95e5d commit 882110c

File tree

2 files changed

+62
-55
lines changed

2 files changed

+62
-55
lines changed

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
cd scripts
2828
gem install bundler
29-
bundle install
29+
bundle install --full-index
3030
- name: Configure git options
3131
run: |
3232
cd scripts

scripts/Gemfile.lock

Lines changed: 61 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/aws-amplify/amplify-ci-support
3-
revision: aaba40d1483e422e2b0c0e353c4f70fb01629f8a
3+
revision: 355b2a3b504247af1ae6b87e5e2da0fd45fc6067
44
branch: android/fastlane-actions
55
glob: src/fastlane/release_actions/*.gemspec
66
specs:
@@ -15,56 +15,67 @@ GEM
1515
artifactory (3.0.15)
1616
atomos (0.1.3)
1717
aws-eventstream (1.1.1)
18-
aws-partitions (1.443.0)
19-
aws-sdk-core (3.113.1)
18+
aws-partitions (1.478.0)
19+
aws-sdk-core (3.117.0)
2020
aws-eventstream (~> 1, >= 1.0.2)
2121
aws-partitions (~> 1, >= 1.239.0)
2222
aws-sigv4 (~> 1.1)
2323
jmespath (~> 1.0)
24-
aws-sdk-kms (1.43.0)
24+
aws-sdk-kms (1.44.0)
2525
aws-sdk-core (~> 3, >= 3.112.0)
2626
aws-sigv4 (~> 1.1)
27-
aws-sdk-s3 (1.93.0)
27+
aws-sdk-s3 (1.96.1)
2828
aws-sdk-core (~> 3, >= 3.112.0)
2929
aws-sdk-kms (~> 1)
3030
aws-sigv4 (~> 1.1)
31-
aws-sigv4 (1.2.3)
31+
aws-sigv4 (1.2.4)
3232
aws-eventstream (~> 1, >= 1.0.2)
3333
babosa (1.0.4)
3434
claide (1.0.3)
3535
colored (1.2)
3636
colored2 (3.1.2)
37-
commander-fastlane (4.4.6)
38-
highline (~> 1.7.2)
37+
commander (4.6.0)
38+
highline (~> 2.0.0)
3939
declarative (0.0.20)
40-
declarative-option (0.1.0)
4140
digest-crc (0.6.3)
4241
rake (>= 12.0.0, < 14.0.0)
4342
domain_name (0.5.20190701)
4443
unf (>= 0.0.5, < 1.0.0)
4544
dotenv (2.7.6)
4645
emoji_regex (3.2.2)
47-
excon (0.79.0)
48-
faraday (1.3.0)
46+
excon (0.84.0)
47+
faraday (1.5.1)
48+
faraday-em_http (~> 1.0)
49+
faraday-em_synchrony (~> 1.0)
50+
faraday-excon (~> 1.1)
51+
faraday-httpclient (~> 1.0.1)
4952
faraday-net_http (~> 1.0)
53+
faraday-net_http_persistent (~> 1.1)
54+
faraday-patron (~> 1.0)
5055
multipart-post (>= 1.2, < 3)
51-
ruby2_keywords
56+
ruby2_keywords (>= 0.0.4)
5257
faraday-cookie_jar (0.0.7)
5358
faraday (>= 0.8.0)
5459
http-cookie (~> 1.0.0)
60+
faraday-em_http (1.0.0)
61+
faraday-em_synchrony (1.0.0)
62+
faraday-excon (1.1.0)
63+
faraday-httpclient (1.0.1)
5564
faraday-net_http (1.0.1)
65+
faraday-net_http_persistent (1.2.0)
66+
faraday-patron (1.0.0)
5667
faraday_middleware (1.0.0)
5768
faraday (~> 1.0)
58-
fastimage (2.2.3)
59-
fastlane (2.180.1)
69+
fastimage (2.2.4)
70+
fastlane (2.187.0)
6071
CFPropertyList (>= 2.3, < 4.0.0)
61-
addressable (2.8.0)
72+
addressable (>= 2.3, < 3.0.0)
6273
artifactory (~> 3.0)
6374
aws-sdk-s3 (~> 1.0)
6475
babosa (>= 1.0.3, < 2.0.0)
6576
bundler (>= 1.12.0, < 3.0.0)
6677
colored
67-
commander-fastlane (>= 4.4.6, < 5.0.0)
78+
commander (~> 4.6)
6879
dotenv (>= 2.1.1, < 3.0.0)
6980
emoji_regex (>= 0.1, < 4.0)
7081
excon (>= 0.71.0, < 1.0.0)
@@ -73,9 +84,10 @@ GEM
7384
faraday_middleware (~> 1.0)
7485
fastimage (>= 2.1.0, < 3.0.0)
7586
gh_inspector (>= 1.1.2, < 2.0.0)
76-
google-api-client (>= 0.37.0, < 0.39.0)
77-
google-cloud-storage (>= 1.15.0, < 2.0.0)
78-
highline (>= 1.7.2, < 2.0.0)
87+
google-apis-androidpublisher_v3 (~> 0.1)
88+
google-apis-playcustomapp_v1 (~> 0.1)
89+
google-cloud-storage (~> 1.31)
90+
highline (~> 2.0)
7991
json (< 3.0.0)
8092
jwt (>= 2.1.0, < 3)
8193
mini_magick (>= 4.9.4, < 5.0.0)
@@ -85,7 +97,6 @@ GEM
8597
rubyzip (>= 2.0.0, < 3.0.0)
8698
security (= 0.1.3)
8799
simctl (~> 1.6.3)
88-
slack-notifier (>= 2.0.0, < 3.0.0)
89100
terminal-notifier (>= 2.0.0, < 3.0.0)
90101
terminal-table (>= 1.4.5, < 2.0.0)
91102
tty-screen (>= 0.6.3, < 1.0.0)
@@ -96,56 +107,51 @@ GEM
96107
xcpretty-travis-formatter (>= 0.0.3)
97108
fastlane-plugin-semantic_release (1.13.1)
98109
gh_inspector (1.1.3)
99-
google-api-client (0.38.0)
100-
addressable (2.8.0)
101-
googleauth (~> 0.9)
102-
httpclient (>= 2.8.1, < 3.0)
110+
google-apis-androidpublisher_v3 (0.8.0)
111+
google-apis-core (>= 0.4, < 2.a)
112+
google-apis-core (0.4.0)
113+
addressable (~> 2.5, >= 2.5.1)
114+
googleauth (>= 0.16.2, < 2.a)
115+
httpclient (>= 2.8.1, < 3.a)
103116
mini_mime (~> 1.0)
104117
representable (~> 3.0)
105-
retriable (>= 2.0, < 4.0)
106-
signet (~> 0.12)
107-
google-apis-core (0.3.0)
108-
addressable (2.8.0)
109-
googleauth (~> 0.14)
110-
httpclient (>= 2.8.1, < 3.0)
111-
mini_mime (~> 1.0)
112-
representable (~> 3.0)
113-
retriable (>= 2.0, < 4.0)
118+
retriable (>= 2.0, < 4.a)
114119
rexml
115-
signet (~> 0.14)
116120
webrick
117-
google-apis-iamcredentials_v1 (0.3.0)
118-
google-apis-core (~> 0.1)
119-
google-apis-storage_v1 (0.3.0)
120-
google-apis-core (~> 0.1)
121+
google-apis-iamcredentials_v1 (0.6.0)
122+
google-apis-core (>= 0.4, < 2.a)
123+
google-apis-playcustomapp_v1 (0.5.0)
124+
google-apis-core (>= 0.4, < 2.a)
125+
google-apis-storage_v1 (0.6.0)
126+
google-apis-core (>= 0.4, < 2.a)
121127
google-cloud-core (1.6.0)
122128
google-cloud-env (~> 1.0)
123129
google-cloud-errors (~> 1.0)
124130
google-cloud-env (1.5.0)
125131
faraday (>= 0.17.3, < 2.0)
126132
google-cloud-errors (1.1.0)
127-
google-cloud-storage (1.31.0)
128-
addressable (2.8.0)
133+
google-cloud-storage (1.34.1)
134+
addressable (~> 2.5)
129135
digest-crc (~> 0.4)
130136
google-apis-iamcredentials_v1 (~> 0.1)
131137
google-apis-storage_v1 (~> 0.1)
132-
google-cloud-core (~> 1.2)
133-
googleauth (~> 0.9)
138+
google-cloud-core (~> 1.6)
139+
googleauth (>= 0.16.2, < 2.a)
134140
mini_mime (~> 1.0)
135-
googleauth (0.16.1)
141+
googleauth (0.16.2)
136142
faraday (>= 0.17.3, < 2.0)
137143
jwt (>= 1.4, < 3.0)
138144
memoist (~> 0.16)
139145
multi_json (~> 1.11)
140146
os (>= 0.9, < 2.0)
141147
signet (~> 0.14)
142-
highline (1.7.10)
143-
http-cookie (1.0.3)
148+
highline (2.0.3)
149+
http-cookie (1.0.4)
144150
domain_name (~> 0.5)
145151
httpclient (2.8.3)
146152
jmespath (1.4.0)
147153
json (2.5.1)
148-
jwt (2.2.2)
154+
jwt (2.2.3)
149155
memoist (0.16.2)
150156
mini_magick (4.11.0)
151157
mini_mime (1.1.0)
@@ -156,29 +162,29 @@ GEM
156162
os (1.1.1)
157163
plist (3.6.0)
158164
public_suffix (4.0.6)
159-
rake (13.0.3)
160-
representable (3.0.4)
165+
rake (13.0.6)
166+
representable (3.1.1)
161167
declarative (< 0.1.0)
162-
declarative-option (< 0.2.0)
168+
trailblazer-option (>= 0.1.1, < 0.2.0)
163169
uber (< 0.2.0)
164170
retriable (3.1.2)
165171
rexml (3.2.5)
166172
rouge (2.0.7)
167173
ruby2_keywords (0.0.4)
168-
rubyzip (2.3.0)
174+
rubyzip (2.3.2)
169175
security (0.1.3)
170176
signet (0.15.0)
171-
addressable (2.8.0)
177+
addressable (~> 2.3)
172178
faraday (>= 0.17.3, < 2.0)
173179
jwt (>= 1.5, < 3.0)
174180
multi_json (~> 1.10)
175181
simctl (1.6.8)
176182
CFPropertyList
177183
naturally
178-
slack-notifier (2.3.2)
179184
terminal-notifier (2.0.0)
180185
terminal-table (1.8.0)
181186
unicode-display_width (~> 1.1, >= 1.1.1)
187+
trailblazer-option (0.1.1)
182188
tty-cursor (0.7.1)
183189
tty-screen (0.8.1)
184190
tty-spinner (0.9.3)
@@ -190,12 +196,13 @@ GEM
190196
unicode-display_width (1.7.0)
191197
webrick (1.7.0)
192198
word_wrap (1.0.0)
193-
xcodeproj (1.19.0)
199+
xcodeproj (1.20.0)
194200
CFPropertyList (>= 2.3.3, < 4.0)
195201
atomos (~> 0.1.3)
196202
claide (>= 1.0.2, < 2.0)
197203
colored2 (~> 3.1)
198204
nanaimo (~> 0.3.0)
205+
rexml (~> 3.2.4)
199206
xcpretty (0.3.0)
200207
rouge (~> 2.0.7)
201208
xcpretty-travis-formatter (1.0.1)
@@ -205,7 +212,7 @@ PLATFORMS
205212
ruby
206213

207214
DEPENDENCIES
208-
addressable (2.8.0)
215+
addressable (>= 2.8.0)
209216
fastlane
210217
fastlane-plugin-release_actions!
211218
fastlane-plugin-semantic_release

0 commit comments

Comments
 (0)