This repository was archived by the owner on Dec 6, 2022. It is now read-only.
Gemfile: Ruby: Update gemfile to allow newer ruby versions#61
Merged
jcs merged 2 commits intojcs:masterfrom Aug 7, 2018
Merged
Gemfile: Ruby: Update gemfile to allow newer ruby versions#61jcs merged 2 commits intojcs:masterfrom
jcs merged 2 commits intojcs:masterfrom
Conversation
Ubuntu 18.04 package manager will install latest ruby Current version supplied is Ruby 2.5.1p57 (2018-3-29 revision 63029) Currently the gemfile prohibits using this version. I have experienced no real issues with it..
Owner
|
There's not much reason to limit the upper bound on the ruby spec then, just make it |
Contributor
Author
|
No worries. I will clean it up. I was unsure if your wanting ruby versions specifically checked prior to allowing their use (i have never used anything ruby prior to this) |
Ubuntu 18.04 package manager will install latest ruby Current version supplied is Ruby 2.5.1p57 (2018-3-29 revision 63029) Currently the gemfile prohibits using this version. I have experienced no real issues with it..
Owner
|
Thanks! |
Joshndroid
added a commit
to Joshndroid/rubywarden
that referenced
this pull request
Aug 8, 2018
Gemfile: Ruby: Update gemfile to allow newer ruby versions (jcs#61)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ubuntu 18.04 package manager will install latest ruby
Current version supplied is Ruby 2.5.1p57 (2018-3-29 revision 63029)
Currently the gemfile prohibits using this version.
I have experienced no real issues with it..