Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up#401 update to Ruby 2.5.1 #403
Conversation
|
Environment: Manjaro (up-to-date) with 5.4 kernel + rvm 1.29.8 I've verified this works. As this PR is 18 months old, I also tried it with 2.6.3 (which was recommended via RVM). I think it's important to consider making it a policy to stick with the stable releases, as mentioned here: http://www.ruby-lang.org/en/downloads/ Notice that 2.2.1 (as per the requirements of gh-pages branch) is not mentioned anywhere. If I use 2.2.1, I get the following error with
If I do a
|
I updated the Ruby version to 2.5.1.
FYI, I got this error when I ran
gem install bundler:error: While executing gem ... (Gem::FilePermissionError). I googled around and noticed I could fix it by adding the following lineeval "$(rbenv init -)"to my.bash_profilefile. Everything ran as expected after that. The tests pass!