Skip to content

Commit

Permalink
Bump faraday from 2.7.10 to 2.8.1
Browse files Browse the repository at this point in the history
Bumps [faraday](https://github.com/lostisland/faraday) from 2.7.10 to 2.8.1.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.7.10...v2.8.1)

---
updated-dependencies:
- dependency-name: faraday
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent ba7bdf7 commit 561320c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.8"
gem "gds_zendesk"
gem "govuk-components", "~> 3.3.0"
gem "govuk_design_system_formbuilder"
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ GEM
rouge
turbo-rails
backport (1.2.0)
base64 (0.2.0)
bcrypt (3.1.18)
benchmark (0.2.1)
bindex (0.8.1)
Expand Down Expand Up @@ -153,7 +154,8 @@ GEM
railties (>= 5.0.0)
faker (3.2.1)
i18n (>= 1.8.11, < 2)
faraday (2.7.10)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-multipart (1.0.4)
Expand Down Expand Up @@ -522,7 +524,7 @@ DEPENDENCIES
dotenv-rails
factory_bot_rails
faker
faraday (~> 2.7)
faraday (~> 2.8)
foreman (~> 0.87.2)
gds_zendesk
govuk-components (~> 3.3.0)
Expand Down

0 comments on commit 561320c

Please sign in to comment.