0

I tried to rails server

= Could not find rake-12.0.0 in any of the sources Run bundle install to install missing gems.

I tried to bundle update/ install It goes to the error msg below .

enter image description here

3 Answers 3

1

Try changing your Gemfile line from source 'https://rubygems.org' to source 'http://rubygems.org'

Sign up to request clarification or add additional context in comments.

1 Comment

In my old pc , https works . in the new pc , only http works. Any configuration setting can be made to fix it ?
0

Follow this step:

  1. gem install rack
  2. Run bundle update rake for updating your Gemfile.lock file.
  3. Delete the Gemfile.lock and again bundle install.

2 Comments

ERROR: Could not find a valid gem 'rack' (>= 0), here is why: Unable to download data from rubygems.org - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (api.rubygems.org/latest_specs.4.8.gz)
This might help you. gem update --system stackoverflow.com/questions/10246023/…
0

Try following commands:

gem update --system bundle install 

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.