启动 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)