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

Incorrect versioning and incompartibility with Ruby > 2.4 #55

Open
rssdev10 opened this issue Jan 14, 2018 · 0 comments
Open

Incorrect versioning and incompartibility with Ruby > 2.4 #55

rssdev10 opened this issue Jan 14, 2018 · 0 comments

Comments

@rssdev10
Copy link

Please use 3 numbers for coding the version instead of 4 as now - 2.1.0.3. 'gem' is not able to see that x.x.0.1 is newer than x.x.0
http://guides.rubygems.org/patterns/#semantic-versioning

I tried to install gem install sciruby-full on Ruby 2.5 (under OpenSUSE). It fails because of 2.1.0.3 version is not recognizable by the 'gem'. But 2.1.0 is not buildable with Ruby >= 2.4

I had fixed the issue locally by extracting dependencies of sciruby-full in a separate Gemfile with installing by bundle.

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

No branches or pull requests

1 participant