Skip to content

Commit

Permalink
Update dependency faraday to '~> 2.12.0' (#7647)
Browse files Browse the repository at this point in the history
* Update dependency faraday to '~> 2.12.0'

* fix(dep): add missing faraday dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kris Stern <krisstern@outlook.com>
  • Loading branch information
renovate[bot] and krisstern authored Dec 13, 2024
1 parent 1b93b9c commit b1b71f9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem 'webrick', '~> 1.8.1'

gem 'sassc'
gem 'rouge'
gem 'iconv'

# Support for various template engines we use
gem 'haml', '~> 5.2.0'
Expand All @@ -17,9 +18,13 @@ gem 'kramdown', '~> 2.5.0'

# Gems necessary for running scripts/fetch-external-resources
group :fetcher do
gem 'faraday', '~> 2.9.0'
gem 'faraday', '~> 2.12.0'
gem 'faraday-follow_redirects', '~> 0.3.0'
gem 'rubyzip', '~> 2.3.2'
# dependencies for faraday 2.12.1
gem 'faraday-net_http', '~> 3.4'
gem 'json', '~> 2.9'
gem 'logger', '~> 1.6', '>= 1.6.3'
end

gem "concurrent-ruby", "~> 1.1"
Expand Down
23 changes: 16 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
faraday (2.9.2)
faraday-net_http (>= 2.0, < 3.2)
faraday (2.12.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.1.0)
net-http
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.13.1)
formatador (1.1.0)
git (1.18.0)
Expand Down Expand Up @@ -66,13 +68,16 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
http_parser.rb (0.8.0)
iconv (1.1.0)
json (2.9.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
liquid (5.5.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
little-plugger (1.1.4)
logger (1.6.3)
logging (2.3.1)
little-plugger (~> 1.1)
multi_json (~> 1.14)
Expand All @@ -84,7 +89,7 @@ GEM
multi_json (1.15.0)
naturally (2.2.1)
nenv (0.3.0)
net-http (0.4.1)
net-http (0.6.0)
uri
netrc (0.11.0)
notiffany (0.1.3)
Expand Down Expand Up @@ -125,7 +130,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
uri (0.13.0)
uri (0.13.1)
webrick (1.8.2)

PLATFORMS
Expand All @@ -137,11 +142,15 @@ DEPENDENCIES
awestruct (~> 0.6.7)
colorize
concurrent-ruby (~> 1.1)
faraday (~> 2.9.0)
faraday (~> 2.12.0)
faraday-follow_redirects (~> 0.3.0)
faraday-net_http (~> 3.4)
haml (~> 5.2.0)
iconv
json (~> 2.9)
kramdown (~> 2.5.0)
liquid (~> 5.5.0)
logger (~> 1.6, >= 1.6.3)
naturally (~> 2.2.1)
rouge
rss
Expand Down

0 comments on commit b1b71f9

Please sign in to comment.