mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-05-31 15:35:22 -04:00
Bump faraday from ~> 1.5 to ~> 2
Updates the basic-auth middleware call to the Faraday 2 form (`request :authorization, :basic, ...`). Faraday 2.x requires Ruby >= 3.0, so drop Ruby 2.7 from the CI matrix and pin `required_ruby_version = '>= 3.0'` in the gemspec. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
6b6d6f73cd
commit
421ea216d8
4 changed files with 60 additions and 66 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -18,7 +18,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
ruby-version:
|
||||
- '2.7'
|
||||
- '3.0'
|
||||
- '3.1'
|
||||
- '3.2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue