You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To verify Ruby is installed correctly, in your terminal type ruby -v and it should show something similar to (ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-darwin21])
Install bundler gem install bundler after Ruby is installed
To verify bundler is working correctly, in your terminal type bundle --version and it should show the version of bundle