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

CI: Update ruby 2.4 -> 2.6 to fix CircleCI Packagecloud deploy step #6045

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

arm4b
Copy link
Member

@arm4b arm4b commented Oct 23, 2023

CircleCI started to fail on deploy step (https://app.circleci.com/pipelines/github/StackStorm/st2/4125/workflows/d62a5fd6-42c3-484f-acf7-5ba525ee22b9/jobs/15902)

with the following error:

ERROR:  Error installing package_cloud:
        The last version of thor (~> 1.2) to support your Ruby & RubyGems was 1.2.2. Try installing it with `gem install thor -v 1.2.2` and then running the current command again
        thor requires Ruby version >= 2.6.0. The current ruby version is 2.4.10.364.

Sync CircleCI config with st2web (https://github.com/StackStorm/st2web/blob/ba85bf2a495056ba4e1e22b8727a84baf4493c48/.circleci/config.yml#L153 config) with ruby:2.6 where deployment worked OK.

@arm4b arm4b added the bug label Oct 23, 2023
@arm4b arm4b added this to the 3.8.1 milestone Oct 23, 2023
@arm4b arm4b requested a review from a team October 23, 2023 19:47
@pull-request-size pull-request-size bot added the size/XS PR that changes 0-9 lines. Quick fix/merge. label Oct 23, 2023
@arm4b arm4b added the no changelog No Changelog.rst needed for this PR label Oct 23, 2023
@arm4b arm4b enabled auto-merge October 23, 2023 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug no changelog No Changelog.rst needed for this PR size/XS PR that changes 0-9 lines. Quick fix/merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants