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

Set ruby version to 2.2.3 #6836

Closed
wants to merge 1 commit into from
Closed

Conversation

cmrd-senya
Copy link
Member

The latest version bumps make bundle install fail with ruby versions less than 2.2.3.

I get the error message

Installing listen 3.1.3

Gem::InstallError: listen requires Ruby version >= 2.2.3, ~> 2.2

The latest version bumps make bundle install fail with ruby versions less than 2.2.3
@jhass
Copy link
Member

jhass commented May 17, 2016

listen is a development dependency (through guard). Production installs should be unaffected as you can see by Travis still using Ruby 2.2.0.

@SuperTux88
Copy link
Member

the latest version of rvm uses 2.2.4 if you only write 2.2, so maybe you simply need to run rvm get latest

@cmrd-senya
Copy link
Member Author

I see. So it's rather my local installation issue then. I guess it could be closed then. Sorry for making noise.

@cmrd-senya cmrd-senya closed this May 17, 2016
@Flaburgan
Copy link
Member

If you're using rbenv like me, you need to add the hotfix number manually in .ruby-version. But as we recommend using rvm at the moment, we should not modify it in diaspora code.

@cmrd-senya cmrd-senya deleted the patch-1 branch May 17, 2016 14:17
@Flaburgan
Copy link
Member

Hm @cmrd-senya you raise a valid point here though, we say in the changelog that 2.1.x is still supported for diaspora* 0.6. So we can't bump listen this way. I just tested with ruby 2.1.5 and the error message is preatty clear: Gem::InstallError: listen requires Ruby version >= 2.2.3, ~> 2.2.

@SuperTux88
Copy link
Member

2.1 is supported for prod-env, but not for development.

@Flaburgan
Copy link
Member

Oh my bad I didn't read carefully enough @jhass's message.

cmrd-senya added a commit to cmrd-senya/diaspora-replica that referenced this pull request May 19, 2016
Diaspora branch development doesn't work with ruby less than
2.2.3 anymore.
see diaspora/diaspora#6836
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

Successfully merging this pull request may close these issues.

None yet

4 participants