Skip to content

Commit a4b82cc

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

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.2' # 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.2)
37+
faraday-net_http (>= 2.0, < 3.2)
38+
faraday-net_http (3.1.0)
39+
net-http
4140
ffi (1.17.0)
4241
ffi (1.17.0-arm64-darwin)
4342
forwardable-extended (2.6.0)
@@ -226,6 +225,8 @@ GEM
226225
jekyll-seo-tag (~> 2.1)
227226
minitest (5.24.1)
228227
mutex_m (0.2.0)
228+
net-http (0.4.1)
229+
uri
229230
nokogiri (1.15.6)
230231
mini_portile2 (~> 2.8.2)
231232
racc (~> 1.4)
@@ -243,7 +244,6 @@ GEM
243244
rexml (3.3.1)
244245
strscan
245246
rouge (3.30.0)
246-
ruby2_keywords (0.0.5)
247247
rubyzip (2.3.2)
248248
safe_yaml (1.0.5)
249249
sass (3.7.4)
@@ -263,14 +263,15 @@ GEM
263263
tzinfo (2.0.6)
264264
concurrent-ruby (~> 1.0)
265265
unicode-display_width (1.8.0)
266+
uri (0.13.0)
266267
webrick (1.8.1)
267268

268269
PLATFORMS
269270
arm64-darwin-23
270271
ruby
271272

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

0 commit comments

Comments
 (0)