Skip to content

Commit

Permalink
chore(deps): bump faraday from 2.7.12 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.12 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.12...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 c532a8c commit c8ac2e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem 'webp-ffi', '~> 0.4.0'

# Helper
## HTTP 请求
gem 'faraday', '~> 2.7.12'
gem 'faraday', '~> 2.8.1'

## 用户认证
gem 'pundit', '~> 2.3.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ GEM
erubi (1.12.0)
et-orbi (1.2.7)
tzinfo
faraday (2.7.12)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down Expand Up @@ -585,7 +585,7 @@ DEPENDENCIES
devise (~> 4.9.3)
devise-i18n (~> 1.12.0)
dotenv-rails
faraday (~> 2.7.12)
faraday (~> 2.8.1)
friendly_id (~> 5.5.1)
gitlab_omniauth-ldap (~> 2.2.0)
graphiql-rails
Expand Down

0 comments on commit c8ac2e6

Please sign in to comment.