相关疑难解决方法(0)

安装sqlite3时出现了将rails应用程序推送到Heroku错误的错误,并且Bundler无法继续

我试图将我的rails应用程序推送到heroku并收到如下错误:

-

 Counting objects: 177, done. Delta compression using up to 2 threads.
   Compressing objects: 100% (161/161), done. Writing objects: 100%
   (177/177), 44.73 KiB, done. Total 177 (delta 39), reused 0 (delta 0)

   -----> Heroku receiving push
   -----> Ruby/Rails app detected
   -----> Installing dependencies using Bundler version 1.2.1
          Running: bundle install --without development:test --path vendor/bundle -
   -binstubs bin/
          Fetching gem metadata from 
          Fetching gem metadata from 
          Installing rake (10.0.2)
          Installing i18n (0.6.1)
          Installing multi_json (1.3.7)
          Installing activesupport (3.2.8)
          Installing builder …
Run Code Online (Sandbox Code Playgroud)

sqlite deployment ruby-on-rails heroku

10
推荐指数
2
解决办法
8396
查看次数

标签 统计

deployment ×1

heroku ×1

ruby-on-rails ×1

sqlite ×1