Skip to content

Commit 96080d6

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] <support@github.com>
1 parent 336bb73 commit 96080d6

File tree

1 file changed

+29
-22
lines changed

1 file changed

+29
-22
lines changed

Gemfile.lock

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ GEM
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
addressable (2.5.1)
11-
public_suffix (~> 2.0, >= 2.0.2)
10+
addressable (2.8.0)
11+
public_suffix (>= 2.0.2, < 5.0)
1212
coffee-script (2.4.1)
1313
coffee-script-source
1414
execjs
1515
coffee-script-source (1.12.2)
1616
colorator (1.1.0)
17-
ethon (0.10.1)
18-
ffi (>= 1.3.0)
17+
ethon (0.15.0)
18+
ffi (>= 1.15.0)
1919
execjs (2.7.0)
20-
faraday (0.12.1)
21-
multipart-post (>= 1.2, < 3)
22-
ffi (1.12.2)
20+
faraday (2.5.1)
21+
faraday-net_http (>= 2.0, < 3.1)
22+
ruby2_keywords (>= 0.0.4)
23+
faraday-net_http (3.0.0)
24+
ffi (1.15.5)
2325
forwardable-extended (2.6.0)
2426
gemoji (3.0.0)
2527
github-pages (134)
@@ -146,8 +148,8 @@ GEM
146148
jekyll (~> 3.3)
147149
jekyll-titles-from-headings (0.1.5)
148150
jekyll (~> 3.3)
149-
jekyll-watch (1.5.0)
150-
listen (~> 3.0, < 3.1)
151+
jekyll-watch (1.5.1)
152+
listen (~> 3.0)
151153
jemoji (0.8.0)
152154
activesupport (~> 4.0)
153155
gemoji (~> 3.0)
@@ -163,26 +165,31 @@ GEM
163165
mini_portile2 (2.8.0)
164166
minima (2.0.0)
165167
minitest (5.10.1)
166-
multipart-post (2.0.0)
167-
net-dns (0.8.0)
168+
net-dns (0.9.0)
168169
nokogiri (1.13.6)
169170
mini_portile2 (~> 2.8.0)
170171
racc (~> 1.4)
171-
octokit (4.7.0)
172-
sawyer (~> 0.8.0, >= 0.5.3)
173-
pathutil (0.14.0)
172+
octokit (4.25.1)
173+
faraday (>= 1, < 3)
174+
sawyer (~> 0.9)
175+
pathutil (0.16.2)
174176
forwardable-extended (~> 2.6)
175177
public_suffix (2.0.5)
176178
racc (1.6.0)
177-
rb-fsevent (0.9.8)
178-
rb-inotify (0.9.8)
179-
ffi (>= 0.5.0)
179+
rb-fsevent (0.11.1)
180+
rb-inotify (0.10.1)
181+
ffi (~> 1.0)
180182
rouge (1.11.1)
181-
safe_yaml (1.0.4)
182-
sass (3.4.23)
183-
sawyer (0.8.1)
184-
addressable (>= 2.3.5, < 2.6)
185-
faraday (~> 0.8, < 1.0)
183+
ruby2_keywords (0.0.5)
184+
safe_yaml (1.0.5)
185+
sass (3.7.4)
186+
sass-listen (~> 4.0.0)
187+
sass-listen (4.0.0)
188+
rb-fsevent (~> 0.9, >= 0.9.4)
189+
rb-inotify (~> 0.9, >= 0.9.7)
190+
sawyer (0.9.2)
191+
addressable (>= 2.3.5)
192+
faraday (>= 0.17.3, < 3)
186193
terminal-table (1.7.3)
187194
unicode-display_width (~> 1.1.1)
188195
thread_safe (0.3.6)

0 commit comments

Comments
 (0)