Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Bump faraday from 2.11.0 to 2.12.1 #26

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ group :test do
gem "selenium-webdriver"
end

gem "faraday", "~> 2.11"
gem "faraday", "~> 2.12"
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,12 @@ GEM
reline (>= 0.3.8)
drb (2.2.1)
erubi (1.13.0)
faraday (2.11.0)
faraday-net_http (>= 2.0, < 3.4)
faraday (2.12.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.3.0)
net-http
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
Expand Down Expand Up @@ -136,7 +137,7 @@ GEM
mini_mime (1.1.5)
minitest (5.25.1)
msgpack (1.7.2)
net-http (0.4.1)
net-http (0.5.0)
uri
net-imap (0.4.16)
date
Expand Down Expand Up @@ -288,7 +289,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.1)
uri (1.0.2)
useragent (0.16.10)
web-console (4.2.1)
actionview (>= 6.0.0)
Expand Down Expand Up @@ -317,7 +318,7 @@ DEPENDENCIES
brakeman
capybara
debug
faraday (~> 2.11)
faraday (~> 2.12)
importmap-rails
jbuilder
pg (~> 1.1)
Expand Down
Loading