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

Add a field for the ruby version in react-native info #1825

Closed
cortinico opened this issue Feb 8, 2023 · 4 comments
Closed

Add a field for the ruby version in react-native info #1825

cortinico opened this issue Feb 8, 2023 · 4 comments

Comments

@cortinico
Copy link
Member

Describe the Feature

As the title says, it would be great to add a field for the ruby version in react-native info.
It seems like a lot of the issues we're having are related to ruby misversions

Possible Implementations

This looks really straightforward by just calling ruby -v

Related Issues

Somehow related to #1809

@blakef
Copy link
Contributor

blakef commented Feb 8, 2023

I'd like to grab this, the fix looks to be a config change for envinfo. PR inbound.

@arushikesarwani94
Copy link
Contributor

Working on this as part of adding Ruby version check in #1818

@adamTrz
Copy link
Collaborator

adamTrz commented Feb 10, 2023

Closing as completed by #1818

@adamTrz adamTrz closed this as completed Feb 10, 2023
@arushikesarwani94
Copy link
Contributor

@cortinico Is this information sufficient :

  Managers:
    CocoaPods: Not Found
    RubyGems: 3.0.3.1 - /usr/bin/gem
  SDKs:
    iOS SDK:
      Platforms: DriverKit 22.1, iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1
    Android SDK:
      API Levels: 30
      Build Tools: 30.0.3
      Android NDK: Not Found
  IDEs:
    Android Studio: 2021.2 AI-212.5712.43.2112.8512546
    Xcode: 14.1/14B47b - /usr/bin/xcodebuild
  Languages:
    Java: 1.8.0_181 - /usr/local/bin/javac

Or the Ruby version instead of RubyGems is preferred in the Languages as :

  Languages:
    Java: 1.8.0_181 - /usr/local/bin/javac
    Ruby: 2.6.10 - /usr/bin/ruby

I'm unclear on which is more informative ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants