Skip to content

Commit 52fa8af

Browse files
Bump addressable from 2.5.1 to 2.8.0
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.1 to 2.8.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.5.1...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a0e830 commit 52fa8af

File tree

1 file changed

+47
-20
lines changed

1 file changed

+47
-20
lines changed

Gemfile.lock

Lines changed: 47 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,40 @@ GEM
66
minitest (~> 5.1)
77
thread_safe (~> 0.3, >= 0.3.4)
88
tzinfo (~> 1.1)
9-
addressable (2.5.1)
10-
public_suffix (~> 2.0, >= 2.0.2)
9+
addressable (2.8.0)
10+
public_suffix (>= 2.0.2, < 5.0)
1111
coffee-script (2.4.1)
1212
coffee-script-source
1313
execjs
1414
coffee-script-source (1.12.2)
1515
colorator (1.1.0)
16-
ethon (0.10.1)
17-
ffi (>= 1.3.0)
16+
ethon (0.15.0)
17+
ffi (>= 1.15.0)
1818
execjs (2.7.0)
19-
faraday (0.12.1)
19+
faraday (1.10.0)
20+
faraday-em_http (~> 1.0)
21+
faraday-em_synchrony (~> 1.0)
22+
faraday-excon (~> 1.1)
23+
faraday-httpclient (~> 1.0)
24+
faraday-multipart (~> 1.0)
25+
faraday-net_http (~> 1.0)
26+
faraday-net_http_persistent (~> 1.0)
27+
faraday-patron (~> 1.0)
28+
faraday-rack (~> 1.0)
29+
faraday-retry (~> 1.0)
30+
ruby2_keywords (>= 0.0.4)
31+
faraday-em_http (1.0.0)
32+
faraday-em_synchrony (1.0.0)
33+
faraday-excon (1.1.0)
34+
faraday-httpclient (1.0.1)
35+
faraday-multipart (1.0.3)
2036
multipart-post (>= 1.2, < 3)
21-
ffi (1.9.18)
37+
faraday-net_http (1.0.1)
38+
faraday-net_http_persistent (1.2.0)
39+
faraday-patron (1.0.0)
40+
faraday-rack (1.0.0)
41+
faraday-retry (1.0.3)
42+
ffi (1.15.5)
2243
forwardable-extended (2.6.0)
2344
gemoji (3.0.0)
2445
github-pages (139)
@@ -145,8 +166,8 @@ GEM
145166
jekyll (~> 3.3)
146167
jekyll-titles-from-headings (0.1.5)
147168
jekyll (~> 3.3)
148-
jekyll-watch (1.5.0)
149-
listen (~> 3.0, < 3.1)
169+
jekyll-watch (1.5.1)
170+
listen (~> 3.0)
150171
jemoji (0.8.0)
151172
activesupport (~> 4.0)
152173
gemoji (~> 3.0)
@@ -162,26 +183,32 @@ GEM
162183
minima (2.1.1)
163184
jekyll (~> 3.3)
164185
minitest (5.10.2)
165-
multipart-post (2.0.0)
166-
net-dns (0.8.0)
186+
multipart-post (2.1.1)
187+
net-dns (0.9.0)
167188
nokogiri (1.13.3)
168189
mini_portile2 (~> 2.8.0)
169190
racc (~> 1.4)
170-
octokit (4.7.0)
191+
octokit (4.22.0)
192+
faraday (>= 0.9)
171193
sawyer (~> 0.8.0, >= 0.5.3)
172-
pathutil (0.14.0)
194+
pathutil (0.16.2)
173195
forwardable-extended (~> 2.6)
174196
public_suffix (2.0.5)
175197
racc (1.6.0)
176-
rb-fsevent (0.9.8)
177-
rb-inotify (0.9.8)
178-
ffi (>= 0.5.0)
198+
rb-fsevent (0.11.1)
199+
rb-inotify (0.10.1)
200+
ffi (~> 1.0)
179201
rouge (1.11.1)
180-
safe_yaml (1.0.4)
181-
sass (3.4.24)
182-
sawyer (0.8.1)
183-
addressable (>= 2.3.5, < 2.6)
184-
faraday (~> 0.8, < 1.0)
202+
ruby2_keywords (0.0.5)
203+
safe_yaml (1.0.5)
204+
sass (3.7.4)
205+
sass-listen (~> 4.0.0)
206+
sass-listen (4.0.0)
207+
rb-fsevent (~> 0.9, >= 0.9.4)
208+
rb-inotify (~> 0.9, >= 0.9.7)
209+
sawyer (0.8.2)
210+
addressable (>= 2.3.5)
211+
faraday (> 0.8, < 2.0)
185212
terminal-table (1.8.0)
186213
unicode-display_width (~> 1.1, >= 1.1.1)
187214
thread_safe (0.3.6)

0 commit comments

Comments
 (0)