Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions ruby4.0-faraday-follow_redirects.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ruby4.0-faraday-follow_redirects
version: "0.4.0"
version: "0.5.0"
epoch: 0
description: |
Faraday 2.x compatible extraction of FaradayMiddleware::FollowRedirects.
Expand All @@ -23,13 +23,9 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: e7f653a6eac37f7ab763ca25f836436535b38b8d
expected-commit: dc46955052399d15b2b4e5eeb39e6fa866b0d6b9
repository: https://github.com/tisba/faraday-follow-redirects
tag: v${{package.version}}
cherry-picks: |
main/3bfb27fb10f40529e0ecfcdf8103903be62e54f2: removes upper Ruby version constraint
main/2d1ccd8660fedb8b69c81e6a54c46b539ed62a56: Update Ruby to version 3.4.7
main/ab0445d7cdc30e1c99fbe02b224b527721c9dcf5: defaults to Ruby 4 for dev and updated some gems

- uses: ruby/build
with:
Expand Down
Loading