Could not find thread_safe-0.3.0 in any of the sources

前端 未结 4 466
旧巷少年郎
旧巷少年郎 2021-01-01 08:45

I get this error while running bundle install in a rails app,

I thought the latest version is 0.2.0...could anybody help me out on this?

bundle insta         


        
4条回答
  •  时光取名叫无心
    2021-01-01 09:00

    As dreamnid said, "Look like they yank the 0.3.0 build a few hours ago to troubleshoot a build issue".

    Try to run gem uninstall thread_safe (to remove yanked version) and later bundle update to install the correct versions.

提交回复
热议问题