Skip to content

Commit 98f69a3

Browse files
Bump faraday from 2.7.4 to 2.14.1 (#51)
Bumps [faraday](https://github.com/lostisland/faraday) from 2.7.4 to 2.14.1. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.7.4...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d263244 commit 98f69a3

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Gemfile.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ GEM
2424
ffi (>= 1.15.0)
2525
eventmachine (1.2.7)
2626
execjs (2.8.1)
27-
faraday (2.7.4)
28-
faraday-net_http (>= 2.0, < 3.1)
29-
ruby2_keywords (>= 0.0.4)
30-
faraday-net_http (3.0.2)
27+
faraday (2.14.1)
28+
faraday-net_http (>= 2.0, < 3.5)
29+
json
30+
logger
31+
faraday-net_http (3.4.2)
32+
net-http (~> 0.5)
3133
ffi (1.15.5)
3234
forwardable-extended (2.6.0)
3335
gemoji (3.0.1)
@@ -196,6 +198,7 @@ GEM
196198
gemoji (~> 3.0)
197199
html-pipeline (~> 2.2)
198200
jekyll (>= 3.0, < 5.0)
201+
json (2.18.1)
199202
kramdown (2.3.2)
200203
rexml
201204
kramdown-parser-gfm (1.1.0)
@@ -204,13 +207,16 @@ GEM
204207
listen (3.8.0)
205208
rb-fsevent (~> 0.10, >= 0.10.3)
206209
rb-inotify (~> 0.9, >= 0.9.10)
210+
logger (1.7.0)
207211
mercenary (0.3.6)
208212
mini_portile2 (2.8.9)
209213
minima (2.5.1)
210214
jekyll (>= 3.5, < 5.0)
211215
jekyll-feed (~> 0.9)
212216
jekyll-seo-tag (~> 2.1)
213217
minitest (5.19.0)
218+
net-http (0.9.1)
219+
uri (>= 0.11.1)
214220
nokogiri (1.18.9)
215221
mini_portile2 (~> 2.8.2)
216222
racc (~> 1.4)
@@ -226,7 +232,6 @@ GEM
226232
ffi (~> 1.0)
227233
rexml (3.4.2)
228234
rouge (3.26.0)
229-
ruby2_keywords (0.0.5)
230235
rubyzip (2.3.2)
231236
safe_yaml (1.0.5)
232237
sass (3.7.4)
@@ -249,6 +254,7 @@ GEM
249254
unf_ext
250255
unf_ext (0.0.8.2)
251256
unicode-display_width (1.8.0)
257+
uri (1.1.1)
252258

253259
PLATFORMS
254260
ruby

0 commit comments

Comments
 (0)