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

Supported version in README are wrong #362

Open
Tensibai opened this issue May 25, 2021 · 0 comments
Open

Supported version in README are wrong #362

Tensibai opened this issue May 25, 2021 · 0 comments
Labels
Status: Untriaged An issue that has yet to be triaged. Type: Bug Does not work as expected.

Comments

@Tensibai
Copy link
Contributor

The README claims the gem is compatible from ruby 1.9.3, which since the introduction of chef-utils is not true anymore as it requires Ruby 2.6.

Just for illustration in a docker container on ruby:2.1

root@5883763004c9:/# ruby -v
ruby 2.1.10p492 (2016-04-01 revision 54464) [x86_64-linux]
root@5883763004c9:/# gem -v
2.6.12
root@5883763004c9:/# gem install mixlib-install
ERROR:  Error installing mixlib-install:
	chef-utils requires Ruby version >= 2.6.

The README should probably be update to reflect the state.

@Tensibai Tensibai added Status: Untriaged An issue that has yet to be triaged. Type: Bug Does not work as expected. labels May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Untriaged An issue that has yet to be triaged. Type: Bug Does not work as expected.
Projects
None yet
Development

No branches or pull requests

1 participant