Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 7aa9d91

Browse files
committed
Updated dependencies
1 parent 27cb6ba commit 7aa9d91

File tree

6,238 files changed

+1187996
-35
lines changed

Some content is hidden

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

6,238 files changed

+1187996
-35
lines changed

.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_PATH: "vendor/bundle"

Gemfile.lock

Lines changed: 38 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.2)
5-
activesupport (5.2.4.4)
4+
CFPropertyList (3.0.5)
5+
rexml
6+
activesupport (6.1.4.6)
67
concurrent-ruby (~> 1.0, >= 1.0.2)
7-
i18n (>= 0.7, < 2)
8-
minitest (~> 5.1)
9-
tzinfo (~> 1.1)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
zeitwerk (~> 2.3)
1012
addressable (2.8.0)
1113
public_suffix (>= 2.0.2, < 5.0)
1214
algoliasearch (1.27.5)
1315
httpclient (~> 2.8, >= 2.8.3)
1416
json (>= 1.5.1)
1517
atomos (0.1.3)
16-
claide (1.0.3)
17-
cocoapods (1.10.0)
18-
addressable (~> 2.6)
18+
claide (1.1.0)
19+
cocoapods (1.11.2)
20+
addressable (~> 2.8)
1921
claide (>= 1.0.2, < 2.0)
20-
cocoapods-core (= 1.10.0)
22+
cocoapods-core (= 1.11.2)
2123
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2224
cocoapods-downloader (>= 1.4.0, < 2.0)
2325
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -28,60 +30,62 @@ GEM
2830
escape (~> 0.0.4)
2931
fourflusher (>= 2.3.0, < 3.0)
3032
gh_inspector (~> 1.0)
31-
molinillo (~> 0.6.6)
33+
molinillo (~> 0.8.0)
3234
nap (~> 1.0)
33-
ruby-macho (~> 1.4)
34-
xcodeproj (>= 1.19.0, < 2.0)
35-
cocoapods-core (1.10.0)
36-
activesupport (> 5.0, < 6)
37-
addressable (~> 2.6)
35+
ruby-macho (>= 1.0, < 3.0)
36+
xcodeproj (>= 1.21.0, < 2.0)
37+
cocoapods-core (1.11.2)
38+
activesupport (>= 5.0, < 7)
39+
addressable (~> 2.8)
3840
algoliasearch (~> 1.0)
3941
concurrent-ruby (~> 1.1)
4042
fuzzy_match (~> 2.0.4)
4143
nap (~> 1.0)
4244
netrc (~> 0.11)
43-
public_suffix
45+
public_suffix (~> 4.0)
4446
typhoeus (~> 1.0)
45-
cocoapods-deintegrate (1.0.4)
46-
cocoapods-downloader (1.4.0)
47+
cocoapods-deintegrate (1.0.5)
48+
cocoapods-downloader (1.5.1)
4749
cocoapods-plugins (1.0.0)
4850
nap
49-
cocoapods-search (1.0.0)
50-
cocoapods-trunk (1.5.0)
51+
cocoapods-search (1.0.1)
52+
cocoapods-trunk (1.6.0)
5153
nap (>= 0.8, < 2.0)
5254
netrc (~> 0.11)
5355
cocoapods-try (1.2.0)
5456
colored2 (3.1.2)
55-
concurrent-ruby (1.1.7)
57+
concurrent-ruby (1.1.9)
5658
escape (0.0.4)
57-
ethon (0.12.0)
58-
ffi (>= 1.3.0)
59-
ffi (1.13.1)
59+
ethon (0.15.0)
60+
ffi (>= 1.15.0)
61+
ffi (1.15.5)
6062
fourflusher (2.3.1)
6163
fuzzy_match (2.0.4)
6264
gh_inspector (1.1.3)
6365
httpclient (2.8.3)
64-
i18n (1.8.5)
66+
i18n (1.10.0)
6567
concurrent-ruby (~> 1.0)
66-
json (2.3.1)
67-
minitest (5.14.2)
68-
molinillo (0.6.6)
68+
json (2.6.1)
69+
minitest (5.15.0)
70+
molinillo (0.8.0)
6971
nanaimo (0.3.0)
7072
nap (1.1.0)
7173
netrc (0.11.0)
7274
public_suffix (4.0.6)
73-
ruby-macho (1.4.0)
74-
thread_safe (0.3.6)
75+
rexml (3.2.5)
76+
ruby-macho (2.5.1)
7577
typhoeus (1.4.0)
7678
ethon (>= 0.9.0)
77-
tzinfo (1.2.8)
78-
thread_safe (~> 0.1)
79-
xcodeproj (1.19.0)
79+
tzinfo (2.0.4)
80+
concurrent-ruby (~> 1.0)
81+
xcodeproj (1.21.0)
8082
CFPropertyList (>= 2.3.3, < 4.0)
8183
atomos (~> 0.1.3)
8284
claide (>= 1.0.2, < 2.0)
8385
colored2 (~> 3.1)
8486
nanaimo (~> 0.3.0)
87+
rexml (~> 3.2.4)
88+
zeitwerk (2.5.4)
8589

8690
PLATFORMS
8791
ruby
@@ -90,4 +94,4 @@ DEPENDENCIES
9094
cocoapods
9195

9296
BUNDLED WITH
93-
2.1.4
97+
2.3.6

Zephyr.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
# Version
3-
s.version = "3.6.2"
3+
s.version = "3.6.3"
44
s.swift_version = "5.3"
55

66
# Meta
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'fuzzy_match' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('fuzzy_match', 'fuzzy_match', version)
24+
else
25+
gem "fuzzy_match", version
26+
load Gem.bin_path("fuzzy_match", "fuzzy_match", version)
27+
end
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'httpclient' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('httpclient', 'httpclient', version)
24+
else
25+
gem "httpclient", version
26+
load Gem.bin_path("httpclient", "httpclient", version)
27+
end
18 KB
Binary file not shown.
373 KB
Binary file not shown.
104 KB
Binary file not shown.
220 KB
Binary file not shown.
10 KB
Binary file not shown.

0 commit comments

Comments
 (0)