I have installed ruby and rails on my system properly, create new project then its shows some error:
Fetching gem metadata from https://rubygems.org/..........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Using rake (10.2.2)
Using i18n (0.6.9)
Bundler::GemNotFound: Could not find minitest-4.7.5.gem for installation
An error occurred while installing minitest (4.7.5), and Bundler cannot continue.
Make sure that `gem install minitest -v '4.7.5'` succeeds before bundling.
I am stuck here... please help me....
to remove this error just do this
gem install minitest -v '4.7.5'
after you do
$ rails new abc
may be you face this jQuery error so run this command also $ sudo apt-get install nodejs
Why you are stucked here. In terminal just copy and paste it
gem install minitest -v '4.7.5'
This command will install minitest gem and then you can run the bundle command again to install remaining gems.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With