3.2.13 ray sürümüne geçtim ve bu hatayı alıyorum, bundan nasıl kurtulurum?Bundler, "activesupport" için uyumlu sürümlerini bulamadı
çalıştır:
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 (3.2.12)
In Gemfile:
rails (= 3.2.13) ruby depends on
activesupport (= 3.2.13) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
DÜZENLEME
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
"Gem update rails" işlevini çalıştırarak güncelleştirdiniz mi? – depa
Gemfile'ınızı gönderir misiniz? İçinde kilitli sürümleri olan herhangi bir mücevher var mı? –
'Paket güncellemesini' önerdiği gibi denediniz mi? – mabako