Skip to content

Commit 9492678

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 6a4302e commit 9492678

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ GEM
3333
ffi (>= 1.15.0)
3434
eventmachine (1.2.7)
3535
execjs (2.9.1)
36-
faraday (2.8.1)
37-
base64
38-
faraday-net_http (>= 2.0, < 3.1)
39-
ruby2_keywords (>= 0.0.4)
40-
faraday-net_http (3.0.2)
36+
faraday (2.9.0)
37+
faraday-net_http (>= 2.0, < 3.2)
38+
faraday-net_http (3.1.0)
39+
net-http
4140
ffi (1.16.3)
4241
forwardable-extended (2.6.0)
4342
gemoji (4.1.0)
@@ -225,6 +224,8 @@ GEM
225224
jekyll-seo-tag (~> 2.1)
226225
minitest (5.22.3)
227226
mutex_m (0.2.0)
227+
net-http (0.4.1)
228+
uri
228229
nokogiri (1.15.6)
229230
mini_portile2 (~> 2.8.2)
230231
racc (~> 1.4)
@@ -241,7 +242,6 @@ GEM
241242
ffi (~> 1.0)
242243
rexml (3.2.6)
243244
rouge (3.30.0)
244-
ruby2_keywords (0.0.5)
245245
rubyzip (2.3.2)
246246
safe_yaml (1.0.5)
247247
sass (3.7.4)
@@ -264,13 +264,14 @@ GEM
264264
unf_ext
265265
unf_ext (0.0.9.1)
266266
unicode-display_width (1.8.0)
267+
uri (0.13.0)
267268
webrick (1.8.1)
268269

269270
PLATFORMS
270271
ruby
271272

272273
DEPENDENCIES
273-
faraday (~> 2.8.1)
274+
faraday (~> 2.9.0)
274275
github-pages
275276
jekyll
276277
jekyll-include-cache

0 commit comments

Comments
 (0)