Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 不能';t部署到heroku时出错:在任何源中都找不到线程\u safe-0.3.0_Ruby On Rails_Heroku - Fatal编程技术网

Ruby on rails 不能';t部署到heroku时出错:在任何源中都找不到线程\u safe-0.3.0

Ruby on rails 不能';t部署到heroku时出错:在任何源中都找不到线程\u safe-0.3.0,ruby-on-rails,heroku,Ruby On Rails,Heroku,我知道,我尝试了所有的建议,这些都被描述了 -----> Ruby app detected -----> Compiling Ruby/Rails -----> Using Ruby version: ruby-2.0.0 -----> Installing dependencies using 1.5.2 New app detected loading default bundler cache Running: bundle install --wit

我知道,我尝试了所有的建议,这些都被描述了

-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using 1.5.2
   New app detected loading default bundler cache
   Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
   Fetching gem metadata from https://rubygems.org/..........
   Fetching additional metadata from https://rubygems.org/..
   Could not find thread_safe-0.3.0 in any of the sources
1) 已尝试完全卸载线程安全 2) 安装不同的版本-0.2.0和0.3.1

但我无法将应用程序部署到heroku


有什么想法吗?

这个gem似乎没有
0.3.0
版本。我知道您尝试了0.3.1,但可能在推送到Heroku之前忘记提交Gemfile和Gemfile.lock?谢谢。。。。我犯了下一个错误,但不是线程安全的。我真的不知道编辑完这个文件后是否会提交。