Skip to content

Commit d59858d

Browse files
chore: Update gems and GH Action macOS runner (#114)
1 parent 8fc89dd commit d59858d

File tree

2 files changed

+118
-76
lines changed

2 files changed

+118
-76
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: macos-11.0
9+
runs-on: macos-latest
1010

1111
steps:
1212
- uses: actions/checkout@v2

Gemfile.lock

+117-75
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,79 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.3)
5-
activesupport (5.2.4.4)
6-
concurrent-ruby (~> 1.0, >= 1.0.2)
7-
i18n (>= 0.7, < 2)
8-
minitest (~> 5.1)
9-
tzinfo (~> 1.1)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
7+
rexml
8+
activesupport (7.2.2.1)
9+
base64
10+
benchmark (>= 0.3)
11+
bigdecimal
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
13+
connection_pool (>= 2.2.5)
14+
drb
15+
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
17+
minitest (>= 5.1)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
20+
addressable (2.8.7)
21+
public_suffix (>= 2.0.2, < 7.0)
1222
algoliasearch (1.27.5)
1323
httpclient (~> 2.8, >= 2.8.3)
1424
json (>= 1.5.1)
1525
atomos (0.1.3)
16-
claide (1.0.3)
26+
base64 (0.2.0)
27+
benchmark (0.4.0)
28+
bigdecimal (3.1.9)
29+
claide (1.1.0)
1730
claide-plugins (0.9.2)
1831
cork
1932
nap
2033
open4 (~> 1.3)
21-
cocoapods (1.10.0)
22-
addressable (~> 2.6)
34+
cocoapods (1.16.2)
35+
addressable (~> 2.8)
2336
claide (>= 1.0.2, < 2.0)
24-
cocoapods-core (= 1.10.0)
37+
cocoapods-core (= 1.16.2)
2538
cocoapods-deintegrate (>= 1.0.3, < 2.0)
26-
cocoapods-downloader (>= 1.4.0, < 2.0)
39+
cocoapods-downloader (>= 2.1, < 3.0)
2740
cocoapods-plugins (>= 1.0.0, < 2.0)
2841
cocoapods-search (>= 1.0.0, < 2.0)
29-
cocoapods-trunk (>= 1.4.0, < 2.0)
42+
cocoapods-trunk (>= 1.6.0, < 2.0)
3043
cocoapods-try (>= 1.1.0, < 2.0)
3144
colored2 (~> 3.1)
3245
escape (~> 0.0.4)
3346
fourflusher (>= 2.3.0, < 3.0)
3447
gh_inspector (~> 1.0)
35-
molinillo (~> 0.6.6)
48+
molinillo (~> 0.8.0)
3649
nap (~> 1.0)
37-
ruby-macho (~> 1.4)
38-
xcodeproj (>= 1.19.0, < 2.0)
39-
cocoapods-core (1.10.0)
40-
activesupport (> 5.0, < 6)
41-
addressable (~> 2.6)
50+
ruby-macho (>= 2.3.0, < 3.0)
51+
xcodeproj (>= 1.27.0, < 2.0)
52+
cocoapods-core (1.16.2)
53+
activesupport (>= 5.0, < 8)
54+
addressable (~> 2.8)
4255
algoliasearch (~> 1.0)
4356
concurrent-ruby (~> 1.1)
4457
fuzzy_match (~> 2.0.4)
4558
nap (~> 1.0)
4659
netrc (~> 0.11)
47-
public_suffix
60+
public_suffix (~> 4.0)
4861
typhoeus (~> 1.0)
49-
cocoapods-deintegrate (1.0.4)
50-
cocoapods-downloader (1.6.3)
62+
cocoapods-deintegrate (1.0.5)
63+
cocoapods-downloader (2.1)
5164
cocoapods-plugins (1.0.0)
5265
nap
53-
cocoapods-search (1.0.0)
54-
cocoapods-trunk (1.5.0)
66+
cocoapods-search (1.0.1)
67+
cocoapods-trunk (1.6.0)
5568
nap (>= 0.8, < 2.0)
5669
netrc (~> 0.11)
5770
cocoapods-try (1.2.0)
5871
colored2 (3.1.2)
59-
concurrent-ruby (1.1.7)
72+
concurrent-ruby (1.3.4)
73+
connection_pool (2.4.1)
6074
cork (0.3.0)
6175
colored2 (~> 3.1)
62-
danger (8.2.1)
76+
danger (8.6.1)
6377
claide (~> 1.0)
6478
claide-plugins (>= 0.9.2)
6579
colored2 (~> 3.1)
@@ -71,88 +85,116 @@ GEM
7185
kramdown-parser-gfm (~> 1.0)
7286
no_proxy_fix
7387
octokit (~> 4.7)
74-
terminal-table (~> 1)
75-
danger-swiftlint (0.24.5)
88+
terminal-table (>= 1, < 4)
89+
danger-swiftlint (0.37.0)
7690
danger
7791
rake (> 10)
78-
thor (~> 0.19)
92+
thor (~> 1.0.0)
93+
drb (2.2.1)
7994
escape (0.0.4)
80-
ethon (0.12.0)
81-
ffi (>= 1.3.0)
82-
faraday (1.3.0)
95+
ethon (0.16.0)
96+
ffi (>= 1.15.0)
97+
faraday (1.10.4)
98+
faraday-em_http (~> 1.0)
99+
faraday-em_synchrony (~> 1.0)
100+
faraday-excon (~> 1.1)
101+
faraday-httpclient (~> 1.0)
102+
faraday-multipart (~> 1.0)
83103
faraday-net_http (~> 1.0)
84-
multipart-post (>= 1.2, < 3)
85-
ruby2_keywords
86-
faraday-http-cache (2.2.0)
104+
faraday-net_http_persistent (~> 1.0)
105+
faraday-patron (~> 1.0)
106+
faraday-rack (~> 1.0)
107+
faraday-retry (~> 1.0)
108+
ruby2_keywords (>= 0.0.4)
109+
faraday-em_http (1.0.0)
110+
faraday-em_synchrony (1.0.0)
111+
faraday-excon (1.1.0)
112+
faraday-http-cache (2.5.1)
87113
faraday (>= 0.8)
88-
faraday-net_http (1.0.0)
89-
ffi (1.14.2)
114+
faraday-httpclient (1.0.1)
115+
faraday-multipart (1.1.0)
116+
multipart-post (~> 2.0)
117+
faraday-net_http (1.0.2)
118+
faraday-net_http_persistent (1.2.0)
119+
faraday-patron (1.0.0)
120+
faraday-rack (1.0.0)
121+
faraday-retry (1.0.3)
122+
ffi (1.17.1)
123+
ffi (1.17.1-x86_64-darwin)
90124
fourflusher (2.3.1)
91125
fuzzy_match (2.0.4)
92126
gh_inspector (1.1.3)
93-
git (1.8.1)
127+
git (1.19.1)
128+
addressable (~> 2.8)
94129
rchardet (~> 1.8)
95130
httpclient (2.8.3)
96-
i18n (1.8.6)
131+
i18n (1.14.6)
97132
concurrent-ruby (~> 1.0)
98-
jazzy (0.13.6)
133+
jazzy (0.15.3)
99134
cocoapods (~> 1.5)
100135
mustache (~> 1.1)
101-
open4
136+
open4 (~> 1.3)
102137
redcarpet (~> 3.4)
103-
rouge (>= 2.0.6, < 4.0)
138+
rexml (>= 3.2.7, < 4.0)
139+
rouge (>= 2.0.6, < 5.0)
104140
sassc (~> 2.1)
105141
sqlite3 (~> 1.3)
106142
xcinvoke (~> 0.3.0)
107-
json (2.5.1)
108-
kramdown (2.3.1)
109-
rexml
143+
json (2.9.1)
144+
kramdown (2.5.1)
145+
rexml (>= 3.3.9)
110146
kramdown-parser-gfm (1.1.0)
111147
kramdown (~> 2.0)
112148
liferaft (0.0.6)
113-
minitest (5.14.2)
114-
molinillo (0.6.6)
115-
multipart-post (2.1.1)
149+
logger (1.6.4)
150+
mini_portile2 (2.8.8)
151+
minitest (5.25.4)
152+
molinillo (0.8.0)
153+
multipart-post (2.4.1)
116154
mustache (1.1.1)
117-
nanaimo (0.3.0)
155+
nanaimo (0.4.0)
118156
nap (1.1.0)
119157
netrc (0.11.0)
158+
nkf (0.2.0)
120159
no_proxy_fix (0.1.2)
121-
octokit (4.20.0)
122-
faraday (>= 0.9)
123-
sawyer (~> 0.8.0, >= 0.5.3)
160+
octokit (4.25.1)
161+
faraday (>= 1, < 3)
162+
sawyer (~> 0.9)
124163
open4 (1.3.4)
125-
public_suffix (4.0.6)
126-
rake (13.0.3)
127-
rchardet (1.8.0)
128-
redcarpet (3.5.1)
129-
rexml (3.2.5)
130-
rouge (3.26.0)
131-
ruby-macho (1.4.0)
132-
ruby2_keywords (0.0.2)
164+
public_suffix (4.0.7)
165+
rake (13.2.1)
166+
rchardet (1.9.0)
167+
redcarpet (3.6.0)
168+
rexml (3.4.0)
169+
rouge (4.5.1)
170+
ruby-macho (2.5.1)
171+
ruby2_keywords (0.0.5)
133172
sassc (2.4.0)
134173
ffi (~> 1.9)
135-
sawyer (0.8.2)
174+
sawyer (0.9.2)
136175
addressable (>= 2.3.5)
137-
faraday (> 0.8, < 2.0)
138-
sqlite3 (1.4.2)
139-
terminal-table (1.8.0)
140-
unicode-display_width (~> 1.1, >= 1.1.1)
141-
thor (0.20.3)
142-
thread_safe (0.3.6)
143-
typhoeus (1.4.0)
176+
faraday (>= 0.17.3, < 3)
177+
securerandom (0.4.1)
178+
sqlite3 (1.7.3)
179+
mini_portile2 (~> 2.8.0)
180+
sqlite3 (1.7.3-x86_64-darwin)
181+
terminal-table (3.0.2)
182+
unicode-display_width (>= 1.1.1, < 3)
183+
thor (1.0.1)
184+
typhoeus (1.4.1)
144185
ethon (>= 0.9.0)
145-
tzinfo (1.2.9)
146-
thread_safe (~> 0.1)
147-
unicode-display_width (1.7.0)
186+
tzinfo (2.0.6)
187+
concurrent-ruby (~> 1.0)
188+
unicode-display_width (2.6.0)
148189
xcinvoke (0.3.0)
149190
liferaft (~> 0.0.6)
150-
xcodeproj (1.19.0)
191+
xcodeproj (1.27.0)
151192
CFPropertyList (>= 2.3.3, < 4.0)
152193
atomos (~> 0.1.3)
153194
claide (>= 1.0.2, < 2.0)
154195
colored2 (~> 3.1)
155-
nanaimo (~> 0.3.0)
196+
nanaimo (~> 0.4.0)
197+
rexml (>= 3.3.6, < 4.0)
156198

157199
PLATFORMS
158200
ruby
@@ -165,4 +207,4 @@ DEPENDENCIES
165207
jazzy (~> 0.13)
166208

167209
BUNDLED WITH
168-
2.2.4
210+
2.5.22

0 commit comments

Comments
 (0)