Skip to content

Commit d28e254

Browse files
build(deps-dev): bump faraday from 2.8.1 to 2.9.0
Bumps [faraday](https://github.com/lostisland/faraday) from 2.8.1 to 2.9.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.9.0) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37018b6 commit d28e254

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

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

88
group :jekyll_plugins do
99
gem 'github-pages'
10-
gem 'faraday', '~> 2.8.1' # For Ruby v2.x
10+
gem 'faraday', '~> 2.9.0' # For Ruby v2.x
1111
gem 'jekyll-include-cache'
1212
gem 'jekyll-toc'
1313
end

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ GEM
88
tzinfo (~> 2.0)
99
addressable (2.8.1)
1010
public_suffix (>= 2.0.2, < 6.0)
11-
base64 (0.2.0)
1211
coffee-script (2.4.1)
1312
coffee-script-source
1413
execjs
@@ -25,11 +24,10 @@ GEM
2524
ffi (>= 1.15.0)
2625
eventmachine (1.2.7)
2726
execjs (2.8.1)
28-
faraday (2.8.1)
29-
base64
30-
faraday-net_http (>= 2.0, < 3.1)
31-
ruby2_keywords (>= 0.0.4)
32-
faraday-net_http (3.0.2)
27+
faraday (2.9.0)
28+
faraday-net_http (>= 2.0, < 3.2)
29+
faraday-net_http (3.1.0)
30+
net-http
3331
ffi (1.15.5)
3432
forwardable-extended (2.6.0)
3533
gemoji (3.0.1)
@@ -216,6 +214,8 @@ GEM
216214
jekyll-feed (~> 0.9)
217215
jekyll-seo-tag (~> 2.1)
218216
minitest (5.19.0)
217+
net-http (0.4.1)
218+
uri
219219
nokogiri (1.15.6)
220220
mini_portile2 (~> 2.8.2)
221221
racc (~> 1.4)
@@ -232,7 +232,6 @@ GEM
232232
ffi (~> 1.0)
233233
rexml (3.2.5)
234234
rouge (3.26.0)
235-
ruby2_keywords (0.0.5)
236235
rubyzip (2.3.2)
237236
safe_yaml (1.0.5)
238237
sass (3.7.4)
@@ -255,13 +254,14 @@ GEM
255254
unf_ext
256255
unf_ext (0.0.8.2)
257256
unicode-display_width (1.8.0)
257+
uri (0.13.0)
258258
webrick (1.8.1)
259259

260260
PLATFORMS
261261
ruby
262262

263263
DEPENDENCIES
264-
faraday (~> 2.8.1)
264+
faraday (~> 2.9.0)
265265
github-pages
266266
jekyll
267267
jekyll-include-cache

0 commit comments

Comments
 (0)