小编dev*_*ing的帖子

您的包被锁定为 ffi (1.11.0),但在您的 Gemfile 中列出的任何来源中都找不到该版本

启动 rails 服务器时出现此错误:我尝试了 gem install、gem update、bundle update、bundle install。

Your bundle is locked to ffi (1.11.0), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of ffi
(1.11.0) has removed it. You'll need to update your bundle to a version other than ffi (1.11.0) that hasn't been removed in order to install.
Run Code Online (Sandbox Code Playgroud)

你能帮我吗?谢谢你!

source 'https://rubygems.org'
ruby '2.5.3'

gem 'bootsnap', require: false
gem 'jbuilder', '~> 2.0' …
Run Code Online (Sandbox Code Playgroud)

ruby rake rubygems ruby-on-rails-3

8
推荐指数
3
解决办法
7957
查看次数

标签 统计

rake ×1

ruby ×1

ruby-on-rails-3 ×1

rubygems ×1