Skip to content

Commit

Permalink
Merge pull request #988 from DFE-Digital/dependabot/bundler/faraday-2…
Browse files Browse the repository at this point in the history
….9.0

Bump faraday from 2.7.10 to 2.9.0
  • Loading branch information
gpeng authored Jan 19, 2024
2 parents 6ae1bf5 + 59f1158 commit 4d6a8f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "devise_invitable"
gem "dfe-autocomplete",
require: "dfe/autocomplete",
github: "DFE-Digital/dfe-autocomplete"
gem "faraday", "~> 2.7"
gem "faraday", "~> 2.9"
gem "gds_zendesk"
gem "govuk-components", "~> 3.3.0"
gem "govuk_design_system_formbuilder"
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ GEM
railties (>= 5.0.0)
faker (3.2.1)
i18n (>= 1.8.11, < 2)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.0.2)
faraday-net_http (3.1.0)
net-http
ferrum (0.13)
addressable (~> 2.5)
concurrent-ruby (~> 1.1)
Expand Down Expand Up @@ -233,6 +233,8 @@ GEM
msgpack (1.6.0)
multi_xml (0.6.0)
multipart-post (2.2.3)
net-http (0.4.1)
uri
net-imap (0.3.6)
date
net-protocol
Expand Down Expand Up @@ -398,7 +400,6 @@ GEM
ruby-graphviz (1.2.5)
rexml
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sentry-rails (5.10.0)
railties (>= 5.0)
sentry-ruby (~> 5.10.0)
Expand Down Expand Up @@ -467,6 +468,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
uri (0.13.0)
vcr (6.2.0)
version_gem (1.1.1)
view_component (2.74.1)
Expand Down Expand Up @@ -522,7 +524,7 @@ DEPENDENCIES
dotenv-rails
factory_bot_rails
faker
faraday (~> 2.7)
faraday (~> 2.9)
foreman (~> 0.87.2)
gds_zendesk
govuk-components (~> 3.3.0)
Expand Down

0 comments on commit 4d6a8f4

Please sign in to comment.