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

Sudden step failure without any change #60

Open
mattppal opened this issue Feb 19, 2023 · 3 comments
Open

Sudden step failure without any change #60

mattppal opened this issue Feb 19, 2023 · 3 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@mattppal
Copy link

Starting yesterday, this step for my project began failing on installing nokogiri:

An error occurred while installing nokogiri (1.10.10), and Bundler cannot
continue.

In Gemfile:
  rails was resolved to 6.1.7.2, which depends on
    actioncable was resolved to 6.1.7.2, which depends on
      actionpack was resolved to 6.1.7.2, which depends on
        actionview was resolved to 6.1.7.2, which depends on
          rails-dom-testing was resolved to 2.0.3, which depends on
            nokogiri

This happened without any change to my repo, so I'm assuming there was an upstream change that caused the failure? Did I miss a deprecation or mandatory upgrade?

@mattppal
Copy link
Author

It looks like this might have been caused by a Ruby version change. @jeffreytse is there any way to specify the Ruby version on this step?

@jeffreytse
Copy link
Owner

Hi @mattppal

Thanks for the issue, currently, we can't specify the Ruby version, but I will try to bring this feature in. : )

Thanks & Regards

@jeffreytse
Copy link
Owner

It looks like this might have been caused by a Ruby version change. @jeffreytse is there any way to specify the Ruby version on this step?

For now, with the latest version v0.6.0, you can specify the Ruby version via the option ruby_ver, hope this helpful.

@jeffreytse jeffreytse self-assigned this Apr 3, 2024
@jeffreytse jeffreytse added the help wanted Extra attention is needed label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants