Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sc-102435] Bump and pin faraday + update gemfile.lock #113

Merged
merged 4 commits into from
Jan 9, 2024

Conversation

nikolabogetic
Copy link
Contributor

@nikolabogetic nikolabogetic commented Jan 9, 2024

Current Behavior

faraday is not pinned as a runtime dependency, leading to installing "latest" every time. Today version 2.9 was released that has a dependency that does not support Ruby 2.6 (faraday-net_http version 3.1.0).

Why do we need this change?

Need to pin a supported version of faraday and its dependencies.

Implementation Details

  • Pin faraday version 2.8.1 as a runtime dependency, which comes with supported faraday-net_http version 3.0.2
  • Bump awslib version
  • Update gemfile.lock
  • Remove test on ruby 2.5

Dependencies (if any)

🏠 sc-102435

@nikolabogetic nikolabogetic requested a review from a team January 9, 2024 19:09
Copy link

This pull request has been linked to Shortcut Story #102435: [OnCall] 2024-01-03 to 2024-01-10.

@nikolabogetic nikolabogetic merged commit 2cfbf4c into master Jan 9, 2024
4 checks passed
@nikolabogetic nikolabogetic deleted the nbogetic/sc-102435/pin-faraday-runtime branch January 9, 2024 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants