ruby - not able to run rails server its giving issue Could not find minitest-5.6.1 in any of the sources (Bundler::GemNotFound) -
hi not able run rails server giving issue could not find minitest-5.6.1 in of sources (bundler::gemnotfound) , when bundle install not show error gemfile given: gem 'rails', '4.2.1' # use sqlite3 database active record gem 'mysql2' # use scss stylesheets gem 'sass-rails', '~> 5.0' # use uglifier compressor javascript assets gem 'uglifier', '>= 1.3.0' # use coffeescript .coffee assets , views gem 'coffee-rails', '~> 4.1.0' # see https://github.com/rails/execjs#readme more supported runtimes # gem 'therubyracer', platforms: :ruby # use jquery javascript library gem 'jquery-rails' # turbolinks makes following links in web application faster. read more: https://github.com/rails/turbolinks gem 'turbolinks' # build json apis ease. read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates api under doc/api. gem ...