p.s. : I am using ruby version 2.2.4
when i run the command in other directory like
letsventure-MacBook-Pro:~ letsventure$ rails -v
#~> Rails 5.0.1
it gives the correct output of rails version .
while in project directory it gives output like this
letsventure-MacBook-Pro:lv2 letsventure$ rails -v
Could not find mysql2-0.4.10 in any of the sources Run
bundle install
to install missing gems.
so i run bundle install
I got this error This is image link to see error
can anyone help me to solve this problem