Skip to content

Commit 38e2822

Browse files
Bump addressable from 2.5.2 to 2.8.0 in /old
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 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.2...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3be19ab commit 38e2822

File tree

1 file changed

+32
-37
lines changed

1 file changed

+32
-37
lines changed

old/Gemfile.lock

Lines changed: 32 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,40 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.2)
5-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.0.5)
88
em-websocket (0.5.1)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
12-
execjs (2.7.0)
13-
faraday (0.15.3)
12+
faraday (1.10.0)
13+
faraday-em_http (~> 1.0)
14+
faraday-em_synchrony (~> 1.0)
15+
faraday-excon (~> 1.1)
16+
faraday-httpclient (~> 1.0)
17+
faraday-multipart (~> 1.0)
18+
faraday-net_http (~> 1.0)
19+
faraday-net_http_persistent (~> 1.0)
20+
faraday-patron (~> 1.0)
21+
faraday-rack (~> 1.0)
22+
faraday-retry (~> 1.0)
23+
ruby2_keywords (>= 0.0.4)
24+
faraday-em_http (1.0.0)
25+
faraday-em_synchrony (1.0.0)
26+
faraday-excon (1.1.0)
27+
faraday-httpclient (1.0.1)
28+
faraday-multipart (1.0.3)
1429
multipart-post (>= 1.2, < 3)
30+
faraday-net_http (1.0.1)
31+
faraday-net_http_persistent (1.2.0)
32+
faraday-patron (1.0.0)
33+
faraday-rack (1.0.0)
34+
faraday-retry (1.0.3)
1535
ffi (1.9.25)
1636
forwardable-extended (2.6.0)
17-
htmlbeautifier (1.3.1)
1837
http_parser.rb (0.6.0)
19-
httparty (0.15.7)
20-
multi_xml (>= 0.5.2)
2138
i18n (0.9.5)
2239
concurrent-ruby (~> 1.0)
2340
jekyll (3.8.4)
@@ -44,56 +61,35 @@ GEM
4461
jekyll (~> 3.3)
4562
jekyll-watch (2.1.2)
4663
listen (~> 3.0)
47-
jekyll-webmention_io (3.3.2)
48-
htmlbeautifier (~> 1.1)
49-
jekyll (>= 3.2.0, < 4.0)
50-
json (~> 2.0)
51-
openssl (~> 2.0)
52-
string_inflection (~> 0.1)
53-
uglifier (~> 4.1)
54-
webmention (~> 0.1.6)
55-
json (2.1.0)
5664
kramdown (1.17.0)
57-
link_header (0.0.8)
5865
liquid (4.0.1)
5966
listen (3.1.5)
6067
rb-fsevent (~> 0.9, >= 0.9.4)
6168
rb-inotify (~> 0.9, >= 0.9.7)
6269
ruby_dep (~> 1.2)
6370
mercenary (0.3.6)
64-
mini_portile2 (2.3.0)
65-
multi_xml (0.6.0)
66-
multipart-post (2.0.0)
67-
nokogiri (1.8.5)
68-
mini_portile2 (~> 2.3.0)
69-
octokit (4.13.0)
71+
multipart-post (2.1.1)
72+
octokit (4.22.0)
73+
faraday (>= 0.9)
7074
sawyer (~> 0.8.0, >= 0.5.3)
71-
openssl (2.1.2)
7275
pathutil (0.16.2)
7376
forwardable-extended (~> 2.6)
74-
public_suffix (3.0.3)
77+
public_suffix (4.0.7)
7578
rb-fsevent (0.10.3)
7679
rb-inotify (0.9.10)
7780
ffi (>= 0.5.0, < 2)
7881
rouge (3.3.0)
82+
ruby2_keywords (0.0.5)
7983
ruby_dep (1.5.0)
8084
safe_yaml (1.0.4)
8185
sass (3.6.0)
8286
sass-listen (~> 4.0.0)
8387
sass-listen (4.0.0)
8488
rb-fsevent (~> 0.9, >= 0.9.4)
8589
rb-inotify (~> 0.9, >= 0.9.7)
86-
sawyer (0.8.1)
87-
addressable (>= 2.3.5, < 2.6)
88-
faraday (~> 0.8, < 1.0)
89-
string_inflection (0.1.2)
90-
uglifier (4.1.19)
91-
execjs (>= 0.3.0, < 3)
92-
webmention (0.1.6)
93-
httparty (~> 0.15.5)
94-
json
95-
link_header (~> 0.0.8)
96-
nokogiri
90+
sawyer (0.8.2)
91+
addressable (>= 2.3.5)
92+
faraday (> 0.8, < 2.0)
9793

9894
PLATFORMS
9995
ruby
@@ -104,7 +100,6 @@ DEPENDENCIES
104100
jekyll-gist
105101
jekyll-paginate
106102
jekyll-seo-tag
107-
jekyll-webmention_io
108103

109104
BUNDLED WITH
110105
1.16.1

0 commit comments

Comments
 (0)