codebar / tutorials

🗒 codebar's tutorials
http://tutorials.codebar.io/
257 stars 241 forks source link

#401 update to Ruby 2.5.1 #403

Closed Aliciawyse closed 2 years ago

Aliciawyse commented 5 years ago

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 line eval "$(rbenv init -)" to my .bash_profile file. Everything ran as expected after that. The tests pass!

screen shot 2018-10-06 at 6 06 45 pm