-
Notifications
You must be signed in to change notification settings - Fork 494
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
The update to Ruby 2.4 broke the development environment (vagrant) #1601
Comments
I get the same thing on a new vagrant box, and I can't zypper in ruby2.4-devel in vagrant either. @rahul2240 any ideas? How did you get it working on your local instance? |
I am really sorry, i was continuously facing problems with setting up vagrant. so i didnt . I made these changes and osem started working on localhost. So i thought editing bootstrap.sh will work in vagrant. I apologize for my mistake. |
Do the new versions of gems from #1588 still work with the earlier Ruby version? |
I'm getting the following warning in the rails console |
I am having trouble with my student because of this change which is impossible to implement in vagrant. |
Unfortunately, I never got Vagrant to work on my local machine, so I use Docker and I can't really test if Vagrant works. |
Reverting to a previous Ruby version just because we have a missing repo in vagrant makes no sense at all. It is just a small fix. 🙈
As said, it is just a small fix. I'll send a PR in a moment, so all of you can keep working. 😖
Don't worry. I also didn't try it in vagrant before merging it, my fault! 😖There is just a repo missed so Ruby 2.4 can be installed, I'll fix it. 😉 |
Ruby got updated in openSUSE#1588, But there was a repo missed, so Ruby 2.4 can be installed in our Vagrant machine. Closes openSUSE#1601 Mob-programmed by @mdeniz, @DavidKang and @Ana06.
Ruby got updated in openSUSE#1588, But there was a repo missed, so Ruby 2.4 can be installed in our Vagrant machine. Closes openSUSE#1601 Mob-programmed by @mdeniz, @DavidKang and @Ana06.
Ruby got updated in #1588, But there was a repo missed, so Ruby 2.4 can be installed in our Vagrant machine. Closes #1601 Mob-programmed by @mdeniz, @DavidKang and @Ana06.
It looks like the package ruby2.4-devel that was added in #1588 in
bootstrap.sh
doesn't exist in openSUSE 42.2 repositoriesThe text was updated successfully, but these errors were encountered: