Tôi đã chuyển sang phiên bản 3.2.13 của đường ray và tôi gặp phải lỗi này, làm cách nào để loại bỏ điều này?Bundler không thể tìm thấy phiên bản tương thích cho gem "activesupport"
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.
EDIT
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
Bạn có cập nhật nó bằng cách chạy 'gem update rails' không? – depa
Bạn có thể đăng Gemfile của mình không? Có bất kỳ đá quý nào trong đó với các phiên bản bị khóa không? –
Bạn đã thử 'cập nhật gói' vì nó gợi ý? – mabako