Skip to content

Commit 665e658

Browse files
build(deps-dev): bump faraday from 2.8.1 to 2.14.0
Bumps [faraday](https://github.com/lostisland/faraday) from 2.8.1 to 2.14.0. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.8.1...v2.14.0) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38fd2fc commit 665e658

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rake'
88
gem 'webrick'
99

1010
group :jekyll_plugins do
11-
gem 'faraday', '~> 2.8.1' # For Ruby v2.x
11+
gem 'faraday', '~> 2.14.0' # For Ruby v2.x
1212
gem 'github-pages'
1313
gem 'jekyll-include-cache'
1414
gem 'jekyll-toc'

Gemfile.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
tzinfo (~> 2.0)
1414
addressable (2.8.7)
1515
public_suffix (>= 2.0.2, < 7.0)
16-
base64 (0.2.0)
16+
base64 (0.3.0)
1717
bigdecimal (3.1.8)
1818
coffee-script (2.4.1)
1919
coffee-script-source
@@ -34,11 +34,12 @@ GEM
3434
ffi (>= 1.15.0)
3535
eventmachine (1.2.7)
3636
execjs (2.9.1)
37-
faraday (2.8.1)
38-
base64
39-
faraday-net_http (>= 2.0, < 3.1)
40-
ruby2_keywords (>= 0.0.4)
41-
faraday-net_http (3.0.2)
37+
faraday (2.14.0)
38+
faraday-net_http (>= 2.0, < 3.5)
39+
json
40+
logger
41+
faraday-net_http (3.4.1)
42+
net-http (>= 0.5.0)
4243
ffi (1.17.2)
4344
ffi (1.17.2-arm64-darwin)
4445
forwardable-extended (2.6.0)
@@ -211,6 +212,7 @@ GEM
211212
gemoji (>= 3, < 5)
212213
html-pipeline (~> 2.2)
213214
jekyll (>= 3.0, < 5.0)
215+
json (2.15.0)
214216
kramdown (2.4.0)
215217
rexml
216218
kramdown-parser-gfm (1.1.0)
@@ -219,6 +221,7 @@ GEM
219221
listen (3.9.0)
220222
rb-fsevent (~> 0.10, >= 0.10.3)
221223
rb-inotify (~> 0.9, >= 0.9.10)
224+
logger (1.7.0)
222225
mercenary (0.3.6)
223226
mini_portile2 (2.8.7)
224227
minima (2.5.1)
@@ -227,6 +230,8 @@ GEM
227230
jekyll-seo-tag (~> 2.1)
228231
minitest (5.24.1)
229232
mutex_m (0.2.0)
233+
net-http (0.6.0)
234+
uri
230235
nokogiri (1.15.6)
231236
mini_portile2 (~> 2.8.2)
232237
racc (~> 1.4)
@@ -243,7 +248,6 @@ GEM
243248
ffi (~> 1.0)
244249
rexml (3.4.2)
245250
rouge (3.30.0)
246-
ruby2_keywords (0.0.5)
247251
rubyzip (2.3.2)
248252
safe_yaml (1.0.5)
249253
sass (3.7.4)
@@ -262,6 +266,7 @@ GEM
262266
tzinfo (2.0.6)
263267
concurrent-ruby (~> 1.0)
264268
unicode-display_width (1.8.0)
269+
uri (1.0.3)
265270
webrick (1.9.1)
266271

267272
PLATFORMS
@@ -270,7 +275,7 @@ PLATFORMS
270275

271276
DEPENDENCIES
272277
csv
273-
faraday (~> 2.8.1)
278+
faraday (~> 2.14.0)
274279
github-pages
275280
jekyll
276281
jekyll-include-cache

0 commit comments

Comments
 (0)