Skip to content

Commit 400af9e

Browse files
authored
refactor: Update ruby dependencies (#1752)
1 parent 854472a commit 400af9e

File tree

3 files changed

+43
-33
lines changed

3 files changed

+43
-33
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-2.6.6
1+
ruby-2.7.2

Gemfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
source 'https://rubygems.org'
22

3-
gem 'plist'
4-
gem 'naturally', '~> 1.3.2'
5-
gem 'jazzy', '~> 0.13.5'
3+
# Docs
4+
gem 'jazzy', '~> 0.14.4'
5+
6+
# Development
67
gem 'xcpretty'
78
gem 'rake'

Gemfile.lock

+38-29
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,45 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.7.2)
6+
activesupport (7.1.0)
7+
base64
8+
bigdecimal
79
concurrent-ruby (~> 1.0, >= 1.0.2)
10+
connection_pool (>= 2.2.5)
11+
drb
812
i18n (>= 1.6, < 2)
913
minitest (>= 5.1)
14+
mutex_m
1015
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.1)
16+
addressable (2.8.5)
1317
public_suffix (>= 2.0.2, < 6.0)
1418
algoliasearch (1.27.5)
1519
httpclient (~> 2.8, >= 2.8.3)
1620
json (>= 1.5.1)
1721
atomos (0.1.3)
22+
base64 (0.1.1)
23+
bigdecimal (3.1.4)
1824
claide (1.1.0)
19-
cocoapods (1.11.3)
25+
cocoapods (1.13.0)
2026
addressable (~> 2.8)
2127
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.3)
28+
cocoapods-core (= 1.13.0)
2329
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24-
cocoapods-downloader (>= 1.4.0, < 2.0)
30+
cocoapods-downloader (>= 1.6.0, < 2.0)
2531
cocoapods-plugins (>= 1.0.0, < 2.0)
2632
cocoapods-search (>= 1.0.0, < 2.0)
27-
cocoapods-trunk (>= 1.4.0, < 2.0)
33+
cocoapods-trunk (>= 1.6.0, < 2.0)
2834
cocoapods-try (>= 1.1.0, < 2.0)
2935
colored2 (~> 3.1)
3036
escape (~> 0.0.4)
3137
fourflusher (>= 2.3.0, < 3.0)
3238
gh_inspector (~> 1.0)
3339
molinillo (~> 0.8.0)
3440
nap (~> 1.0)
35-
ruby-macho (>= 1.0, < 3.0)
36-
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.3)
38-
activesupport (>= 5.0, < 7)
41+
ruby-macho (>= 2.3.0, < 3.0)
42+
xcodeproj (>= 1.23.0, < 2.0)
43+
cocoapods-core (1.13.0)
44+
activesupport (>= 5.0, < 8)
3945
addressable (~> 2.8)
4046
algoliasearch (~> 1.0)
4147
concurrent-ruby (~> 1.1)
@@ -54,53 +60,59 @@ GEM
5460
netrc (~> 0.11)
5561
cocoapods-try (1.2.0)
5662
colored2 (3.1.2)
57-
concurrent-ruby (1.2.0)
63+
concurrent-ruby (1.2.2)
64+
connection_pool (2.4.1)
65+
drb (2.1.1)
66+
ruby2_keywords
5867
escape (0.0.4)
5968
ethon (0.16.0)
6069
ffi (>= 1.15.0)
61-
ffi (1.15.5)
70+
ffi (1.16.3)
6271
fourflusher (2.3.1)
6372
fuzzy_match (2.0.4)
6473
gh_inspector (1.1.3)
6574
httpclient (2.8.3)
66-
i18n (1.12.0)
75+
i18n (1.14.1)
6776
concurrent-ruby (~> 1.0)
68-
jazzy (0.13.5)
77+
jazzy (0.14.4)
6978
cocoapods (~> 1.5)
7079
mustache (~> 1.1)
71-
open4
80+
open4 (~> 1.3)
7281
redcarpet (~> 3.4)
73-
rouge (>= 2.0.6, < 4.0)
82+
rexml (~> 3.2)
83+
rouge (>= 2.0.6, < 5.0)
7484
sassc (~> 2.1)
7585
sqlite3 (~> 1.3)
7686
xcinvoke (~> 0.3.0)
7787
json (2.6.3)
7888
liferaft (0.0.6)
79-
minitest (5.17.0)
89+
mini_portile2 (2.8.4)
90+
minitest (5.20.0)
8091
molinillo (0.8.0)
8192
mustache (1.1.1)
93+
mutex_m (0.1.2)
8294
nanaimo (0.3.0)
8395
nap (1.1.0)
84-
naturally (1.3.2)
8596
netrc (0.11.0)
8697
open4 (1.3.4)
87-
plist (3.5.0)
8898
public_suffix (4.0.7)
89-
rake (13.0.1)
90-
redcarpet (3.5.0)
91-
rexml (3.2.5)
99+
rake (13.0.6)
100+
redcarpet (3.6.0)
101+
rexml (3.2.6)
92102
rouge (2.0.7)
93103
ruby-macho (2.5.1)
104+
ruby2_keywords (0.0.5)
94105
sassc (2.4.0)
95106
ffi (~> 1.9)
96-
sqlite3 (1.4.2)
107+
sqlite3 (1.6.6)
108+
mini_portile2 (~> 2.8.0)
97109
typhoeus (1.4.0)
98110
ethon (>= 0.9.0)
99111
tzinfo (2.0.6)
100112
concurrent-ruby (~> 1.0)
101113
xcinvoke (0.3.0)
102114
liferaft (~> 0.0.6)
103-
xcodeproj (1.22.0)
115+
xcodeproj (1.23.0)
104116
CFPropertyList (>= 2.3.3, < 4.0)
105117
atomos (~> 0.1.3)
106118
claide (>= 1.0.2, < 2.0)
@@ -109,15 +121,12 @@ GEM
109121
rexml (~> 3.2.4)
110122
xcpretty (0.3.0)
111123
rouge (~> 2.0.7)
112-
zeitwerk (2.6.6)
113124

114125
PLATFORMS
115126
ruby
116127

117128
DEPENDENCIES
118-
jazzy (~> 0.13.5)
119-
naturally (~> 1.3.2)
120-
plist
129+
jazzy (~> 0.14.4)
121130
rake
122131
xcpretty
123132

0 commit comments

Comments
 (0)