Skip to content

Commit 2852f5c

Browse files
authored
Merge pull request #55 from ruby-grape/dependabot/bundler/addressable-2.8.0
Bump addressable from 2.5.1 to 2.8.0
2 parents e38b717 + 1892360 commit 2852f5c

File tree

1 file changed

+43
-20
lines changed

1 file changed

+43
-20
lines changed

Gemfile.lock

Lines changed: 43 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,36 @@ 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.8.0)
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)
27+
faraday-rack (~> 1.0)
2028
multipart-post (>= 1.2, < 3)
21-
ffi (1.12.2)
29+
ruby2_keywords (>= 0.0.4)
30+
faraday-em_http (1.0.0)
31+
faraday-em_synchrony (1.0.0)
32+
faraday-excon (1.1.0)
33+
faraday-httpclient (1.0.1)
34+
faraday-net_http (1.0.1)
35+
faraday-net_http_persistent (1.2.0)
36+
faraday-patron (1.0.0)
37+
faraday-rack (1.0.0)
38+
ffi (1.15.4)
2239
forwardable-extended (2.6.0)
2340
gemoji (3.0.0)
2441
github-pages (139)
@@ -145,8 +162,8 @@ GEM
145162
jekyll (~> 3.3)
146163
jekyll-titles-from-headings (0.1.5)
147164
jekyll (~> 3.3)
148-
jekyll-watch (1.5.0)
149-
listen (~> 3.0, < 3.1)
165+
jekyll-watch (1.5.1)
166+
listen (~> 3.0)
150167
jemoji (0.8.0)
151168
activesupport (~> 4.0)
152169
gemoji (~> 3.0)
@@ -162,26 +179,32 @@ GEM
162179
minima (2.1.1)
163180
jekyll (~> 3.3)
164181
minitest (5.10.2)
165-
multipart-post (2.0.0)
166-
net-dns (0.8.0)
182+
multipart-post (2.1.1)
183+
net-dns (0.9.0)
167184
nokogiri (1.12.5)
168185
mini_portile2 (~> 2.6.1)
169186
racc (~> 1.4)
170-
octokit (4.7.0)
187+
octokit (4.21.0)
188+
faraday (>= 0.9)
171189
sawyer (~> 0.8.0, >= 0.5.3)
172-
pathutil (0.14.0)
190+
pathutil (0.16.2)
173191
forwardable-extended (~> 2.6)
174192
public_suffix (2.0.5)
175193
racc (1.5.2)
176-
rb-fsevent (0.9.8)
177-
rb-inotify (0.9.8)
178-
ffi (>= 0.5.0)
194+
rb-fsevent (0.11.0)
195+
rb-inotify (0.10.1)
196+
ffi (~> 1.0)
179197
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)
198+
ruby2_keywords (0.0.5)
199+
safe_yaml (1.0.5)
200+
sass (3.7.4)
201+
sass-listen (~> 4.0.0)
202+
sass-listen (4.0.0)
203+
rb-fsevent (~> 0.9, >= 0.9.4)
204+
rb-inotify (~> 0.9, >= 0.9.7)
205+
sawyer (0.8.2)
206+
addressable (>= 2.3.5)
207+
faraday (> 0.8, < 2.0)
185208
terminal-table (1.8.0)
186209
unicode-display_width (~> 1.1, >= 1.1.1)
187210
thread_safe (0.3.6)

0 commit comments

Comments
 (0)