Skip to content

Commit

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

---
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 Oct 3, 2022
1 parent 327f0d9 commit c95e8c2
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 @@ -27,7 +27,7 @@ gem 'puma'
gem 'rack-attack'
gem 'bootsnap', require: false
gem 'sprockets', '< 5.0.0'
gem 'faraday', '2.5.2'
gem 'faraday', '2.6.0'
gem "commonmarker", "~> 0.23.6"

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ GEM
railties (>= 3.0.0)
faker (2.20.0)
i18n (>= 1.8.11, < 2)
faraday (2.5.2)
faraday (2.6.0)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.0)
Expand Down Expand Up @@ -480,7 +480,7 @@ DEPENDENCIES
draper
factory_bot_rails (= 4.11.1)
faker
faraday (= 2.5.2)
faraday (= 2.6.0)
foreman
i18n-tasks
jquery-datetimepicker-rails
Expand Down

0 comments on commit c95e8c2

Please sign in to comment.