Skip to content

Commit e71b94e

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 a7f29d5 commit e71b94e

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.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)
@@ -242,7 +243,6 @@ GEM
242243
rexml (3.2.8)
243244
strscan (>= 3.0.9)
244245
rouge (3.30.0)
245-
ruby2_keywords (0.0.5)
246246
rubyzip (2.3.2)
247247
safe_yaml (1.0.5)
248248
sass (3.7.4)
@@ -266,13 +266,14 @@ GEM
266266
unf_ext
267267
unf_ext (0.0.9.1)
268268
unicode-display_width (1.8.0)
269+
uri (0.13.0)
269270
webrick (1.8.1)
270271

271272
PLATFORMS
272273
ruby
273274

274275
DEPENDENCIES
275-
faraday (~> 2.8.1)
276+
faraday (~> 2.9.2)
276277
github-pages
277278
jekyll
278279
jekyll-include-cache

0 commit comments

Comments
 (0)