Rails with Docker 'Could not find … in any of the sources' for an existing gem
My rails application runs using a docker and everytime I try to execute any 'bin/rails' commands in the terminal of the docker container, it raises the following error Could not find racc-1.6.0 in any of the sources Run `bundle install`…