Ru-6ren">
gpt4 book ai didi

ruby-on-rails - Rails 打包器 : "Could not find tilt-1.3.5 in any of the sources"

转载 作者:行者123 更新时间:2023-12-04 15:45:49 24 4
gpt4 key购买 nike

我以前从未遇到过这个问题,所以我真的不知道从哪里开始寻找答案......尽管谷歌当然似乎是关于这个话题的一条空路。

当我尝试将我的应用程序推送到 heroku 时,我收到以下消息:

-----> Ruby/Rails app detected
-----> Installing dependencies using Bundler version 1.3.0.pre.5
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Could not find tilt-1.3.5 in any of the sources
!
! Failed to install gems via Bundler.
!
! Heroku push rejected, failed to compile Ruby/rails app

我已经销毁了我的 gemset 并重新开始了很多次,以及我的 Gemfile 中所需的完全倾斜,但没有运气,我仍然收到这条消息。

就像我说的,直到昨天我才遇到这个错误,并认为这是一个可以修复的小错误。似乎情况并非如此,我正在挠头试图弄清楚需要做什么来解决这个问题。

有什么建议?

编辑 GEMFILE
source 'https://rubygems.org/'

gem 'rails', '3.2.12'
gem 'thin'
gem 'bcrypt-ruby', '~> 3.0.0'
gem 'bootstrap-sass'
gem 'will_paginate'
gem 'bootstrap-will_paginate'
gem 'jquery-rails'
gem 'rails_autolink'

group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end

group :development, :test do
gem 'sqlite3'
end

group :production do
gem 'pg', '0.14.1'
end

最佳答案

运行 bundle update然后 git add在插入之前应该修复它

关于ruby-on-rails - Rails 打包器 : "Could not find tilt-1.3.5 in any of the sources",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15280081/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com