Skip to content

Commit 837f5c0

Browse files
authored
Update dependency libraries (Clipy#189)
* Update dependency gems * Update dependency libraries
1 parent 976145b commit 837f5c0

File tree

193 files changed

+6781
-4856
lines changed

Some content is hidden

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

193 files changed

+6781
-4856
lines changed

Gemfile.lock

+37-36
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (2.3.5)
5-
activesupport (4.2.8)
5+
activesupport (4.2.9)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
addressable (2.5.1)
1111
public_suffix (~> 2.0, >= 2.0.2)
1212
babosa (1.0.2)
13-
claide (1.0.1)
13+
claide (1.0.2)
1414
claide-plugins (0.9.2)
1515
cork
1616
nap
@@ -50,11 +50,11 @@ GEM
5050
cocoapods-try (1.1.0)
5151
colored (1.2)
5252
colored2 (3.1.2)
53-
commander-fastlane (4.4.4)
53+
commander-fastlane (4.4.5)
5454
highline (~> 1.7.2)
5555
cork (0.3.0)
5656
colored2 (~> 3.1)
57-
danger (5.2.1)
57+
danger (5.3.3)
5858
claide (~> 1.0)
5959
claide-plugins (>= 0.9.2)
6060
colored2 (~> 3.1)
@@ -63,13 +63,15 @@ GEM
6363
faraday-http-cache (~> 1.0)
6464
git (~> 1)
6565
kramdown (~> 1.5)
66-
octokit (~> 4.2)
66+
octokit (~> 4.7)
6767
terminal-table (~> 1)
68+
declarative (0.0.9)
69+
declarative-option (0.1.0)
6870
domain_name (0.5.20170404)
6971
unf (>= 0.0.5, < 1.0.0)
7072
dotenv (2.2.1)
7173
escape (0.0.4)
72-
excon (0.55.0)
74+
excon (0.57.1)
7375
faraday (0.12.1)
7476
multipart-post (>= 1.2, < 3)
7577
faraday-cookie_jar (0.0.6)
@@ -80,21 +82,21 @@ GEM
8082
faraday_middleware (0.11.0.1)
8183
faraday (>= 0.7.4, < 1.0)
8284
fastimage (2.1.0)
83-
fastlane (2.29.0)
85+
fastlane (2.47.0)
8486
CFPropertyList (>= 2.3, < 3.0.0)
8587
addressable (>= 2.3, < 3.0.0)
8688
babosa (>= 1.0.2, < 2.0.0)
8789
bundler (>= 1.12.0, < 2.0.0)
8890
colored
89-
commander-fastlane (>= 4.4.0, < 5.0.0)
91+
commander-fastlane (>= 4.4.5, < 5.0.0)
9092
dotenv (>= 2.1.1, < 3.0.0)
9193
excon (>= 0.45.0, < 1.0.0)
9294
faraday (~> 0.9)
9395
faraday-cookie_jar (~> 0.0.6)
9496
faraday_middleware (~> 0.9)
95-
fastimage (>= 1.6)
97+
fastimage (>= 2.1.0, < 3.0.0)
9698
gh_inspector (>= 1.0.1, < 2.0.0)
97-
google-api-client (~> 0.9.2)
99+
google-api-client (>= 0.12.0, < 0.13.0)
98100
highline (>= 1.7.2, < 2.0.0)
99101
json (< 3.0.0)
100102
mini_magick (~> 4.5.1)
@@ -116,17 +118,15 @@ GEM
116118
fuzzy_match (2.0.4)
117119
gh_inspector (1.0.3)
118120
git (1.3.0)
119-
google-api-client (0.9.28)
120-
addressable (~> 2.3)
121+
google-api-client (0.12.0)
122+
addressable (~> 2.5, >= 2.5.1)
121123
googleauth (~> 0.5)
122-
httpclient (~> 2.7)
123-
hurley (~> 0.1)
124-
memoist (~> 0.11)
125-
mime-types (>= 1.6)
126-
representable (~> 2.3.0)
127-
retriable (~> 2.0)
128-
googleauth (0.5.1)
129-
faraday (~> 0.9)
124+
httpclient (>= 2.8.1, < 3.0)
125+
mime-types (~> 3.0)
126+
representable (~> 3.0)
127+
retriable (>= 2.0, < 4.0)
128+
googleauth (0.5.2)
129+
faraday (~> 0.12)
130130
jwt (~> 1.4)
131131
logging (~> 2.0)
132132
memoist (~> 0.12)
@@ -137,16 +137,15 @@ GEM
137137
http-cookie (1.0.3)
138138
domain_name (~> 0.5)
139139
httpclient (2.8.3)
140-
hurley (0.2)
141-
i18n (0.8.1)
140+
i18n (0.8.6)
142141
json (2.1.0)
143142
jwt (1.5.6)
144-
kramdown (1.13.2)
143+
kramdown (1.14.0)
145144
little-plugger (1.1.4)
146145
logging (2.2.2)
147146
little-plugger (~> 1.1)
148147
multi_json (~> 1.10)
149-
memoist (0.15.0)
148+
memoist (0.16.0)
150149
mime-types (3.1)
151150
mime-types-data (~> 3.2015)
152151
mime-types-data (3.2016.0521)
@@ -165,9 +164,11 @@ GEM
165164
os (0.9.6)
166165
plist (3.3.0)
167166
public_suffix (2.0.5)
168-
representable (2.3.0)
169-
uber (~> 0.0.7)
170-
retriable (2.1.0)
167+
representable (3.0.4)
168+
declarative (< 0.1.0)
169+
declarative-option (< 0.2.0)
170+
uber (< 0.2.0)
171+
retriable (3.0.2)
171172
rouge (2.0.7)
172173
ruby-macho (1.1.0)
173174
rubyzip (1.2.1)
@@ -181,25 +182,25 @@ GEM
181182
jwt (~> 1.5)
182183
multi_json (~> 1.10)
183184
slack-notifier (1.5.1)
184-
terminal-notifier (1.7.1)
185-
terminal-table (1.7.3)
186-
unicode-display_width (~> 1.1.1)
185+
terminal-notifier (1.8.0)
186+
terminal-table (1.8.0)
187+
unicode-display_width (~> 1.1, >= 1.1.1)
187188
thread_safe (0.3.6)
188189
tty-screen (0.5.0)
189190
tzinfo (1.2.3)
190191
thread_safe (~> 0.1)
191-
uber (0.0.15)
192+
uber (0.1.0)
192193
unf (0.1.4)
193194
unf_ext
194195
unf_ext (0.0.7.4)
195-
unicode-display_width (1.1.3)
196+
unicode-display_width (1.3.0)
196197
word_wrap (1.0.0)
197-
xcodeproj (1.4.4)
198+
xcodeproj (1.5.1)
198199
CFPropertyList (~> 2.3.3)
199-
claide (>= 1.0.1, < 2.0)
200+
claide (>= 1.0.2, < 2.0)
200201
colored2 (~> 3.1)
201202
nanaimo (~> 0.2.3)
202-
xcpretty (0.2.7)
203+
xcpretty (0.2.8)
203204
rouge (~> 2.0.7)
204205
xcpretty-travis-formatter (0.0.4)
205206
xcpretty (~> 0.2, >= 0.0.7)
@@ -213,4 +214,4 @@ DEPENDENCIES
213214
fastlane
214215

215216
BUNDLED WITH
216-
1.12.5
217+
1.14.6

Podfile.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
PODS:
22
- AEXML (4.1.0)
3-
- Crashlytics (3.8.4):
3+
- Crashlytics (3.8.5):
44
- Fabric (~> 1.6.3)
5-
- Fabric (1.6.11)
5+
- Fabric (1.6.12)
66
- KeyHolder (2.0.1):
77
- Magnet (~> 2.0)
88
- LoginServiceKit (1.0.0)
99
- Magnet (2.0.1)
10-
- Nimble (7.0.0)
10+
- Nimble (7.0.1)
1111
- PINCache (2.3)
1212
- Quick (1.1.0)
13-
- Realm (2.7.0):
14-
- Realm/Headers (= 2.7.0)
15-
- Realm/Headers (2.7.0)
16-
- RealmSwift (2.7.0):
17-
- Realm (= 2.7.0)
18-
- RxCocoa (3.4.1):
19-
- RxSwift (~> 3.4)
13+
- Realm (2.8.3):
14+
- Realm/Headers (= 2.8.3)
15+
- Realm/Headers (2.8.3)
16+
- RealmSwift (2.8.3):
17+
- Realm (= 2.8.3)
18+
- RxCocoa (3.6.0):
19+
- RxSwift (~> 3.6)
2020
- RxOptional (3.1.3):
2121
- RxCocoa
2222
- RxSwift
2323
- RxScreeen (1.1.0):
2424
- RxCocoa (~> 3.0)
2525
- RxSwift (~> 3.0)
2626
- Screeen (~> 1.0)
27-
- RxSwift (3.4.1)
27+
- RxSwift (3.6.0)
2828
- Screeen (1.0.0)
2929
- Sparkle (1.17.0)
30-
- SwiftLint (0.18.1)
30+
- SwiftLint (0.20.1)
3131

3232
DEPENDENCIES:
3333
- AEXML
@@ -57,23 +57,23 @@ CHECKOUT OPTIONS:
5757

5858
SPEC CHECKSUMS:
5959
AEXML: 647fbb051280f3fb38a1a7caa62b0344055a851c
60-
Crashlytics: 79e236942ca1e7fc641df1feb9a275360a78ab6a
61-
Fabric: 5911403591946b8228ab1c51d98f1d7137e863c6
60+
Crashlytics: dfbae35ef22ca189240d230ad501feea4ee85d2d
61+
Fabric: f050464eac45a2ce5a8e6e6a07e977c0df32fe28
6262
KeyHolder: 33180865d66f40088758915f30ba7017e96ca264
6363
LoginServiceKit: 7433d75d42dd0d8047f2d428b2de453c58947d3d
6464
Magnet: d4a1767953d02c2141f5b572ea483244fe0878d5
65-
Nimble: 874982b605d4d752fcac6be695d13c502de84b1b
65+
Nimble: 657d000e11df8aebe27cdaf9d244de7f30ed87f7
6666
PINCache: ce36ed282031b92fc7733ffe831f474ff80fddc2
6767
Quick: dafc587e21eed9f4cab3249b9f9015b0b7a7f71d
68-
Realm: 07e5d3a9e0e41d65fd5f9f05150ed6295d0f093b
69-
RealmSwift: 6d06425d3900c86473c4f323bf6949b43fca22bc
70-
RxCocoa: a8a5f1d061d0043e28f56976829f31ce63e8eb09
68+
Realm: 3601ef091c8c499a31101d8563b991e75546cdce
69+
RealmSwift: 8183818515471b01a99abdd2970f8e4fd52b6f4a
70+
RxCocoa: cb865569239ebf1b1434056e5c8859d99dff103a
7171
RxOptional: b97b59183af80d1e729ac9e51d09a10be668d6a8
7272
RxScreeen: 6aaf7a785a86399cbbf801318b45033e78d57340
73-
RxSwift: 656f8fbeca5bc372121a72d9ebdd3cd3bc0ffade
73+
RxSwift: a0925c7fb11fbe60055285f6f2062241aa37a175
7474
Screeen: 07f3593d9941d7a9546f081e4f775ce85d974447
7575
Sparkle: ccfb47699feea7b40b51cf3176f69404e5b1da6c
76-
SwiftLint: b467d08f5b25dc3b3cfed243d8e1b74b91714c67
76+
SwiftLint: f60095dc173a3f3ec505bb34f5229c3dfd779a54
7777

7878
PODFILE CHECKSUM: a0c198e5350b27674f4733f59cdf42fdaebc73af
7979

Binary file not shown.

Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Resources/Info.plist

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

Pods/Crashlytics/README.md

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Crashlytics/submit

3.98 KB
Binary file not shown.
Binary file not shown.

Pods/Fabric/OSX/Fabric.framework/Versions/A/Resources/Info.plist

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
8.56 KB
Binary file not shown.

Pods/Fabric/README.md

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Fabric/upload-symbols

-25 KB
Binary file not shown.

Pods/Fabric/uploadDSYM

8.56 KB
Binary file not shown.

0 commit comments

Comments
 (0)