Talha Meh
Talha Meh

Reputation: 537

Rails is not installing any gem

Whenever i try to install any gem and bundle install it it gives me: enter image description here

following bundle instructions to bundle update rails(which i shouldn't do it suppose) i get: <code>bundle update rails</code>

Upvotes: 0

Views: 140

Answers (2)

alanpaivaa
alanpaivaa

Reputation: 2089

I think you just have to run bundle update

Upvotes: 0

STEPS TO RESOLVE THIS :-

  1. Remove the Gemfile.lock
  2. Run the bundle install.

Upvotes: 1

Related Questions