Skip to content

Commit 0e5d36d

Browse files
authored
Merge pull request #1085 from StepicOrg/release/1.203
Release 1.203
2 parents 9c931bf + 08a8aa2 commit 0e5d36d

File tree

87 files changed

+2383
-418
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2383
-418
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
ruby "2.6.5"
33

4-
gem "fastlane", "2.198.1"
4+
gem "fastlane", "2.199.0"
55
gem "cocoapods", "1.11.2"
66
gem "generamba", "1.5.0"
77

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
activesupport (6.1.4.1)
6+
activesupport (6.1.4.3)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -17,16 +17,16 @@ GEM
1717
artifactory (3.0.15)
1818
atomos (0.1.3)
1919
aws-eventstream (1.2.0)
20-
aws-partitions (1.534.0)
21-
aws-sdk-core (3.123.0)
20+
aws-partitions (1.541.0)
21+
aws-sdk-core (3.124.0)
2222
aws-eventstream (~> 1, >= 1.0.2)
2323
aws-partitions (~> 1, >= 1.525.0)
2424
aws-sigv4 (~> 1.1)
2525
jmespath (~> 1.0)
26-
aws-sdk-kms (1.51.0)
26+
aws-sdk-kms (1.52.0)
2727
aws-sdk-core (~> 3, >= 3.122.0)
2828
aws-sigv4 (~> 1.1)
29-
aws-sdk-s3 (1.107.0)
29+
aws-sdk-s3 (1.109.0)
3030
aws-sdk-core (~> 3, >= 3.122.0)
3131
aws-sdk-kms (~> 1)
3232
aws-sigv4 (~> 1.4)
@@ -86,7 +86,7 @@ GEM
8686
escape (0.0.4)
8787
ethon (0.15.0)
8888
ffi (>= 1.15.0)
89-
excon (0.88.0)
89+
excon (0.89.0)
9090
faraday (1.8.0)
9191
faraday-em_http (~> 1.0)
9292
faraday-em_synchrony (~> 1.0)
@@ -112,7 +112,7 @@ GEM
112112
faraday_middleware (1.2.0)
113113
faraday (~> 1.0)
114114
fastimage (2.2.5)
115-
fastlane (2.198.1)
115+
fastlane (2.199.0)
116116
CFPropertyList (>= 2.3, < 4.0.0)
117117
addressable (>= 2.8, < 3.0.0)
118118
artifactory (~> 3.0)
@@ -151,7 +151,7 @@ GEM
151151
xcodeproj (>= 1.13.0, < 2.0.0)
152152
xcpretty (~> 0.3.0)
153153
xcpretty-travis-formatter (>= 0.0.3)
154-
fastlane-plugin-firebase_app_distribution (0.3.1)
154+
fastlane-plugin-firebase_app_distribution (0.3.2)
155155
ffi (1.15.4)
156156
fourflusher (2.3.1)
157157
fuzzy_match (2.0.4)
@@ -164,7 +164,7 @@ GEM
164164
xcodeproj (>= 1.5.0, < 2.0.0)
165165
gh_inspector (1.1.3)
166166
git (1.2.9.1)
167-
google-apis-androidpublisher_v3 (0.13.0)
167+
google-apis-androidpublisher_v3 (0.14.0)
168168
google-apis-core (>= 0.4, < 2.a)
169169
google-apis-core (0.4.1)
170170
addressable (~> 2.5, >= 2.5.1)
@@ -175,20 +175,20 @@ GEM
175175
retriable (>= 2.0, < 4.a)
176176
rexml
177177
webrick
178-
google-apis-iamcredentials_v1 (0.8.0)
178+
google-apis-iamcredentials_v1 (0.9.0)
179179
google-apis-core (>= 0.4, < 2.a)
180180
google-apis-playcustomapp_v1 (0.6.0)
181181
google-apis-core (>= 0.4, < 2.a)
182-
google-apis-storage_v1 (0.9.0)
182+
google-apis-storage_v1 (0.10.0)
183183
google-apis-core (>= 0.4, < 2.a)
184184
google-cloud-core (1.6.0)
185185
google-cloud-env (~> 1.0)
186186
google-cloud-errors (~> 1.0)
187187
google-cloud-env (1.5.0)
188188
faraday (>= 0.17.3, < 2.0)
189189
google-cloud-errors (1.2.0)
190-
google-cloud-storage (1.34.1)
191-
addressable (~> 2.5)
190+
google-cloud-storage (1.35.0)
191+
addressable (~> 2.8)
192192
digest-crc (~> 0.4)
193193
google-apis-iamcredentials_v1 (~> 0.1)
194194
google-apis-storage_v1 (~> 0.1)
@@ -215,7 +215,7 @@ GEM
215215
memoist (0.16.2)
216216
mini_magick (4.11.0)
217217
mini_mime (1.1.2)
218-
minitest (5.14.4)
218+
minitest (5.15.0)
219219
molinillo (0.8.0)
220220
multi_json (1.15.0)
221221
multipart-post (2.0.0)
@@ -283,7 +283,7 @@ PLATFORMS
283283

284284
DEPENDENCIES
285285
cocoapods (= 1.11.2)
286-
fastlane (= 2.198.1)
286+
fastlane (= 2.199.0)
287287
fastlane-plugin-firebase_app_distribution
288288
generamba (= 1.5.0)
289289

Stepic.xcodeproj/project.pbxproj

Lines changed: 52 additions & 18 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
}
6+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "CourseInfoPurchaseModalPurchaseFail.pdf",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
},
12+
"properties" : {
13+
"preserves-vector-representation" : true
14+
}
15+
}
1.83 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "CourseInfoPurchaseModalPurchaseFailExclamationMark.pdf",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
},
12+
"properties" : {
13+
"preserves-vector-representation" : true
14+
}
15+
}
1.43 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "CourseInfoPurchaseModalPurchaseSuccess.pdf",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
},
12+
"properties" : {
13+
"preserves-vector-representation" : true
14+
}
15+
}
3.24 KB
Binary file not shown.

0 commit comments

Comments
 (0)