Ruby On Rails error during run the project

126 Views Asked by At

enter image description here

I have cloned this project from gitlab , I tried to run this in locally but i cant able to run, when I tried to install bundle, this error is coming that i mentioned in above picture. Please some one help me to run this project, i have installed railsinstaller to run the project... Is there any other tool need to run big project ??

1

There are 1 best solutions below

8
gates On

As the error message clearly states you need to install a gem called kgio before doing bundle install.

So do this

gem install kgio -v 2.11.0

Then run bundle install