Skip to content

Commit

Permalink
Merge pull request #250 from unboxed/dependabot/bundler/faraday-2.11.0
Browse files Browse the repository at this point in the history
Bump faraday from 2.9.0 to 2.11.0
  • Loading branch information
benjamineskola authored Aug 28, 2024
2 parents 99080ed + 3d942b0 commit fd78df4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,10 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
faraday (2.11.0)
faraday-net_http (>= 2.0, < 3.4)
logger
faraday-net_http (3.3.0)
net-http
ffi (1.15.5)
foreman (0.87.2)
Expand Down Expand Up @@ -359,7 +360,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.0)
uri (0.13.1)
useragent (0.16.10)
view_component (3.9.0)
activesupport (>= 5.2.0, < 8.0)
Expand Down
2 changes: 1 addition & 1 deletion spec/support/api_spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def headers
"Accept-Encoding" => "gzip;q=1.0,deflate;q=0.6,identity;q=0.3",
"Authorization" => "Bearer 123",
"Content-Type" => "application/json",
"User-Agent" => "Faraday v2.9.0"
"User-Agent" => "Faraday v2.11.0"
}
end

Expand Down

0 comments on commit fd78df4

Please sign in to comment.