s.s
s.s

Reputation: 1

Bundler Incompatible

I have installed latest version for ruby and rails but test install is giving error . Please could you help me resolve this issue im using windows 10

Fetching gem metadata from https://rubygems.org/....... Fetching gem metadata from https://rubygems.org/.. Resolving dependencies... Bundler could not find compatible versions for gem "activesupport": In snapshot (Gemfile.lock): activesupport (=4.2.5.1)

Running bundle update will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict.

Upvotes: 0

Views: 205

Answers (1)

born4new
born4new

Reputation: 1687

Do as advised by bundler:

bundle update
bundle

Upvotes: 0

Related Questions