Skip to content

Commit e4d121f

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 2d9c114 commit e4d121f

File tree

1 file changed

+42
-21
lines changed

1 file changed

+42
-21
lines changed

Gemfile.lock

+42-21
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,34 @@ 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.14.0)
17+
ffi (>= 1.15.0)
1818
execjs (2.7.0)
19-
faraday (0.12.1)
19+
faraday (1.5.1)
20+
faraday-em_http (~> 1.0)
21+
faraday-em_synchrony (~> 1.0)
22+
faraday-excon (~> 1.1)
23+
faraday-httpclient (~> 1.0.1)
24+
faraday-net_http (~> 1.0)
25+
faraday-net_http_persistent (~> 1.1)
26+
faraday-patron (~> 1.0)
2027
multipart-post (>= 1.2, < 3)
21-
ffi (1.9.18)
28+
ruby2_keywords (>= 0.0.4)
29+
faraday-em_http (1.0.0)
30+
faraday-em_synchrony (1.0.0)
31+
faraday-excon (1.1.0)
32+
faraday-httpclient (1.0.1)
33+
faraday-net_http (1.0.1)
34+
faraday-net_http_persistent (1.2.0)
35+
faraday-patron (1.0.0)
36+
ffi (1.15.3)
2237
forwardable-extended (2.6.0)
2338
gemoji (3.0.0)
2439
github-pages (139)
@@ -145,8 +160,8 @@ GEM
145160
jekyll (~> 3.3)
146161
jekyll-titles-from-headings (0.1.5)
147162
jekyll (~> 3.3)
148-
jekyll-watch (1.5.0)
149-
listen (~> 3.0, < 3.1)
163+
jekyll-watch (1.5.1)
164+
listen (~> 3.0)
150165
jemoji (0.8.0)
151166
activesupport (~> 4.0)
152167
gemoji (~> 3.0)
@@ -162,24 +177,30 @@ GEM
162177
minima (2.1.1)
163178
jekyll (~> 3.3)
164179
minitest (5.10.2)
165-
multipart-post (2.0.0)
166-
net-dns (0.8.0)
180+
multipart-post (2.1.1)
181+
net-dns (0.9.0)
167182
nokogiri (1.8.0)
168183
mini_portile2 (~> 2.2.0)
169-
octokit (4.7.0)
170-
sawyer (>= 0.5.3, ~> 0.8.0)
171-
pathutil (0.14.0)
184+
octokit (4.21.0)
185+
faraday (>= 0.9)
186+
sawyer (~> 0.8.0, >= 0.5.3)
187+
pathutil (0.16.2)
172188
forwardable-extended (~> 2.6)
173189
public_suffix (2.0.5)
174-
rb-fsevent (0.9.8)
175-
rb-inotify (0.9.8)
176-
ffi (>= 0.5.0)
190+
rb-fsevent (0.11.0)
191+
rb-inotify (0.10.1)
192+
ffi (~> 1.0)
177193
rouge (1.11.1)
178-
safe_yaml (1.0.4)
179-
sass (3.4.24)
180-
sawyer (0.8.1)
181-
addressable (>= 2.3.5, < 2.6)
182-
faraday (~> 0.8, < 1.0)
194+
ruby2_keywords (0.0.4)
195+
safe_yaml (1.0.5)
196+
sass (3.7.4)
197+
sass-listen (~> 4.0.0)
198+
sass-listen (4.0.0)
199+
rb-fsevent (~> 0.9, >= 0.9.4)
200+
rb-inotify (~> 0.9, >= 0.9.7)
201+
sawyer (0.8.2)
202+
addressable (>= 2.3.5)
203+
faraday (> 0.8, < 2.0)
183204
terminal-table (1.8.0)
184205
unicode-display_width (~> 1.1, >= 1.1.1)
185206
thread_safe (0.3.6)

0 commit comments

Comments
 (0)