Ruby on rails Bundler::GemNotFound:在任何源中都找不到rake-10.3.2

Ruby on rails Bundler::GemNotFound:在任何源中都找不到rake-10.3.2,ruby-on-rails,rake,Ruby On Rails,Rake,我一直在使用Rails,它返回了这个错误。请提供问题。谢谢你的帮助。我会用一个更好的问题来更新这个问题,因为我不知道怎么问 Bundler::GemNotFound: Could not find rake-10.3.2 in any of the sources ~/.rvm/gems/ruby-2.0.0-p451/gems/bundler-1.6.2/lib/bundler/spec_set.rb:92:in `block in materialize' ~/.rvm/gems/ruby-

我一直在使用Rails,它返回了这个错误。请提供问题。谢谢你的帮助。我会用一个更好的问题来更新这个问题,因为我不知道怎么问

Bundler::GemNotFound: Could not find rake-10.3.2 in any of the sources
~/.rvm/gems/ruby-2.0.0-p451/gems/bundler-1.6.2/lib/bundler/spec_set.rb:92:in `block in materialize'
~/.rvm/gems/ruby-2.0.0-p451/gems/bundler-1.6.2/lib/bundler/spec_set.rb:85:in `map!'
~/.rvm/gems/ruby-2.0.0-p451/gems/bundler-1.6.2/lib/bundler/spec_set.rb:85:in `materialize'
~/.rvm/gems/ruby-2.0.0-p451/gems/bundler-1.6.2/lib/bundler/definition.rb:133:in `specs'
~/.rvm/gems/ruby-2.0.0-p451/gems/bundler-1.6.2/lib/bundler/definition.rb:178:in `specs_for'
Show 28 more lines
我确信我的rake是最新版本的

Gemfile

source 'https://rubygems.org'


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.1.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.3'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer',  platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
gem 'devise', '3.0.2'
gem "seo_helper", "~> 1.0.2"
gem "open_graph_helper"

gem "rmagick"
gem "carrierwave"
gem "carrierwave-meta"

gem "settingslogic"

gem "anjlab-bootstrap-rails", "2.3.1.2", :require => "bootstrap-rails"
gem "bootstrap_helper", ">= 4.2.2.1"
gem "simple_form", "~> 3.0.1" 
gem "will_paginate", "3.0.3"
gem "font-awesome-rails", "~> 3.2.1.3"

gem "high_voltage"

gem "airbrake"

gem "rvm-capistrano"
gem 'rake', '~> 10.3.2'
gem "omniauth"
gem "omniauth-facebook"
gem "auto-facebook", "0.42"


gem "whenever"

gem "hipchat"

# Cache
gem "dalli"

gem "compass-rails", "~> 1.1.2"

group :development do
  gem "capistrano"
  gem "capistrano-ext"
  gem "cape"
  gem "binding_of_caller"
  gem "better_errors", "~> 0.9.0"
  gem "magic_encoding"
  gem "annotate"
  gem "powder"
  gem "pry-nav"
  gem "pry-remote"
end
Gemfile.lock

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (4.1.1)
      actionpack (= 4.1.1)
      actionview (= 4.1.1)
      mail (~> 2.5.4)
    actionpack (4.1.1)
      actionview (= 4.1.1)
      activesupport (= 4.1.1)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    actionview (4.1.1)
      activesupport (= 4.1.1)
      builder (~> 3.1)
      erubis (~> 2.7.0)
    activemodel (4.1.1)
      activesupport (= 4.1.1)
      builder (~> 3.1)
    activerecord (4.1.1)
      activemodel (= 4.1.1)
      activesupport (= 4.1.1)
      arel (~> 5.0.0)
    activesupport (4.1.1)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    airbrake (3.1.17)
      builder
      multi_json
    anjlab-bootstrap-rails (2.3.1.2)
      railties (>= 3.0)
      sass (>= 3.2)
    annotate (2.6.3)
      activerecord (>= 2.3.0)
      rake (>= 0.8.7)
    arel (5.0.1.20140414130214)
    auto-facebook (0.42)
      omniauth
      omniauth-facebook
      rails (>= 4.0.0)
    bcrypt (3.1.7)
    bcrypt-ruby (3.1.5)
      bcrypt (>= 3.1.3)
    better_errors (0.9.0)
      coderay (>= 1.0.0)
      erubis (>= 2.6.6)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    bootstrap_helper (4.2.3)
      railties (>= 4.0.0)
      thor (~> 0.14)
      will_paginate (>= 3.0.3)
    builder (3.2.2)
    cape (1.8.0)
    capistrano (2.15.5)
      highline
      net-scp (>= 1.0.0)
      net-sftp (>= 2.0.0)
      net-ssh (>= 2.0.14)
      net-ssh-gateway (>= 1.1.0)
    capistrano-ext (1.2.1)
      capistrano (>= 1.0.0)
    carrierwave (0.10.0)
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
      json (>= 1.7)
      mime-types (>= 1.16)
    carrierwave-meta (0.0.5)
      activesupport (>= 3.0)
      carrierwave (>= 0.5.7)
      mime-types
    chronic (0.10.2)
    chunky_png (1.3.1)
    coderay (1.1.0)
    coffee-rails (4.0.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.2.0)
      coffee-script-source
      execjs
    coffee-script-source (1.7.0)
    compass (0.12.6)
      chunky_png (~> 1.2)
      fssm (>= 0.2.7)
      sass (~> 3.2.19)
    compass-rails (1.1.7)
      compass (>= 0.12.2)
      sprockets (<= 2.11.0)
    dalli (2.7.2)
    debug_inspector (0.0.2)
    devise (3.0.2)
      bcrypt-ruby (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 3.2.6, < 5)
      warden (~> 1.2.3)
    erubis (2.7.0)
    execjs (2.0.2)
    faraday (0.9.0)
      multipart-post (>= 1.2, < 3)
    font-awesome-rails (3.2.1.3)
      railties (>= 3.2, < 5.0)
    fssm (0.2.10)
    hashie (2.1.1)
    high_voltage (2.1.0)
    highline (1.6.21)
    hike (1.2.3)
    hipchat (1.1.0)
      httparty
    httparty (0.13.1)
      json (~> 1.8)
      multi_xml (>= 0.5.2)
    i18n (0.6.9)
    jbuilder (2.0.7)
      activesupport (>= 3.0.0, < 5)
      multi_json (~> 1.2)
    jquery-rails (3.1.0)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    json (1.8.1)
    jwt (0.1.13)
      multi_json (>= 1.5)
    magic_encoding (0.0.2)
    mail (2.5.4)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    method_source (0.8.2)
    mime-types (1.25.1)
    minitest (5.3.4)
    multi_json (1.10.1)
    multi_xml (0.5.5)
    multipart-post (2.0.0)
    net-scp (1.2.1)
      net-ssh (>= 2.6.5)
    net-sftp (2.1.2)
      net-ssh (>= 2.6.5)
    net-ssh (2.9.1)
    net-ssh-gateway (1.2.0)
      net-ssh (>= 2.6.5)
    oauth2 (0.9.3)
      faraday (>= 0.8, < 0.10)
      jwt (~> 0.1.8)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (~> 1.2)
    omniauth (1.2.1)
      hashie (>= 1.2, < 3)
      rack (~> 1.0)
    omniauth-facebook (1.6.0)
      omniauth-oauth2 (~> 1.1)
    omniauth-oauth2 (1.1.2)
      faraday (>= 0.8, < 0.10)
      multi_json (~> 1.3)
      oauth2 (~> 0.9.3)
      omniauth (~> 1.2)
    open_graph_helper (0.2.0)
    orm_adapter (0.5.0)
    polyglot (0.3.4)
    powder (0.2.1)
      thor (>= 0.11.5)
    pry (0.9.12.6)
      coderay (~> 1.0)
      method_source (~> 0.8)
      slop (~> 3.4)
    pry-nav (0.2.3)
      pry (~> 0.9.10)
    pry-remote (0.1.8)
      pry (~> 0.9)
      slop (~> 3.0)
    rack (1.5.2)
    rack-test (0.6.2)
      rack (>= 1.0)
    rails (4.1.1)
      actionmailer (= 4.1.1)
      actionpack (= 4.1.1)
      actionview (= 4.1.1)
      activemodel (= 4.1.1)
      activerecord (= 4.1.1)
      activesupport (= 4.1.1)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.1.1)
      sprockets-rails (~> 2.0)
    railties (4.1.1)
      actionpack (= 4.1.1)
      activesupport (= 4.1.1)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.3.2)
    rdoc (4.1.1)
      json (~> 1.4)
    rmagick (2.13.2)
    rvm-capistrano (1.5.1)
      capistrano (~> 2.15.4)
    sass (3.2.19)
    sass-rails (4.0.3)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.2.0)
      sprockets (~> 2.8, <= 2.11.0)
      sprockets-rails (~> 2.0)
    sdoc (0.4.0)
      json (~> 1.8)
      rdoc (~> 4.0, < 5.0)
    seo_helper (1.0.2)
    settingslogic (2.0.9)
    simple_form (3.0.2)
      actionpack (~> 4.0)
      activemodel (~> 4.0)
    slop (3.5.0)
    spring (1.1.3)
    sprockets (2.11.0)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sprockets-rails (2.1.3)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (~> 2.8)
    sqlite3 (1.3.9)
    thor (0.19.1)
    thread_safe (0.3.3)
    tilt (1.4.1)
    treetop (1.4.15)
      polyglot
      polyglot (>= 0.3.1)
    turbolinks (2.2.2)
      coffee-rails
    tzinfo (1.1.0)
      thread_safe (~> 0.1)
    uglifier (2.5.0)
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    warden (1.2.3)
      rack (>= 1.0)
    whenever (0.9.2)
      activesupport (>= 2.3.4)
      chronic (>= 0.6.3)
    will_paginate (3.0.3)

PLATFORMS
  ruby

DEPENDENCIES
  airbrake
  anjlab-bootstrap-rails (= 2.3.1.2)
  annotate
  auto-facebook (= 0.42)
  better_errors (~> 0.9.0)
  binding_of_caller
  bootstrap_helper (>= 4.2.2.1)
  cape
  capistrano
  capistrano-ext
  carrierwave
  carrierwave-meta
  coffee-rails (~> 4.0.0)
  compass-rails (~> 1.1.2)
  dalli
  devise (= 3.0.2)
  font-awesome-rails (~> 3.2.1.3)
  high_voltage
  hipchat
  jbuilder (~> 2.0)
  jquery-rails
  magic_encoding
  omniauth
  omniauth-facebook
  open_graph_helper
  powder
  pry-nav
  pry-remote
  rails (= 4.1.1)
  rmagick
  rvm-capistrano
  sass-rails (~> 4.0.3)
  sdoc (~> 0.4.0)
  seo_helper (~> 1.0.2)
  settingslogic
  simple_form (~> 3.0.1)
  spring
  sqlite3
  turbolinks
  uglifier (>= 1.3.0)
  whenever
  will_paginate (= 3.0.3)
GEM
远程:https://rubygems.org/
规格:
actionmailer(4.1.1)
actionpack(=4.1.1)
actionview(=4.1.1)
邮件(~>2.5.4)
actionpack(4.1.1)
actionview(=4.1.1)
主动支持(=4.1.1)
机架(~>1.5.2)
机架测试(~>0.6.2)
actionview(4.1.1)
主动支持(=4.1.1)
生成器(~>3.1)
erubis(~>2.7.0)
activemodel(4.1.1)
主动支持(=4.1.1)
生成器(~>3.1)
activerecord(4.1.1)
活动模型(=4.1.1)
主动支持(=4.1.1)
arel(~>5.0.0)
activesupport(4.1.1)
i18n(~>0.6,>=0.6.9)
json(~>1.7,>=1.7.7)
小型试验(~>5.1)
线程安全(~>0.1)
tzinfo(~>1.1)
空气制动(3.1.17)
建设者
多线程json
anjlab引导轨(2.3.1.2)
钢轨(>=3.0)
sass(>=3.2)
注释(2.6.3)
activerecord(>=2.3.0)
耙(大于等于0.8.7)
阿雷尔(5.0.1.20140414130214)
自动facebook(0.42)
omniauth
omniauth facebook
轨道(>=4.0.0)
bcrypt(3.1.7)
bcrypt红宝石(3.1.5)
bcrypt(>=3.1.3)
更好的_错误(0.9.0)
coderay(>=1.0.0)
erubis(>=2.6.6)
绑定调用方的调用(0.7.2)
调试检查程序(>=0.0.1)
引导辅助程序(4.2.3)
钢轨(>=4.0.0)
雷神(~>0.14)
将分页(>=3.0.3)
建造商(3.2.2)
海角(1.8.0)
卡皮斯特拉诺(2.15.5)
高架线
净scp(>=1.0.0)
净sftp(>=2.0.0)
net ssh(>=2.0.14)
net ssh网关(>=1.1.0)
卡皮斯特拉诺分机(1.2.1)
capistrano(>=1.0.0)
carrierwave(0.10.0)
activemodel(>=3.2.0)
activesupport(>=3.2.0)
json(>=1.7)
mime类型(>=1.16)
carrierwave meta(0.0.5)
activesupport(>=3.0)
载波波(>=0.5.7)
mime类型
慢性病(0.10.2)
矮胖的巴布亚新几内亚(1.3.1)
coderay(1.1.0)
咖啡轨(4.0.1)
咖啡脚本(>=2.2.0)
钢轨(>=4.0.0,<5.0)
咖啡脚本(2.2.0)
咖啡脚本源
execjs
coffee脚本源代码(1.7.0)
罗盘(0.12.6)
矮胖的巴布亚新几内亚(~>1.2)
fssm(>=0.2.7)
sass(~>3.2.19)
罗盘导轨(1.1.7)
罗盘(>=0.12.2)
链轮(3.0)
orm_适配器(~>0.1)
钢轨(>=3.2.6,<5)
典狱长(~>1.2.3)
erubis(2.7.0)
execjs(2.0.2)
法拉第(0.9.0)
多部分post(>=1.2,<3)
字体(3.2.1.3)
钢轨(>=3.2,<5.0)
fssm(0.2.10)
哈西(2.1.1)
高压(2.1.0)
高端(1.6.21)
徒步旅行(1.2.3)
hipchat(1.1.0)
httparty
httparty(0.13.1)
json(~>1.8)
多xml(>=0.5.2)
i18n(0.6.9)
jbuilder(2.0.7)
activesupport(>=3.0.0,<5)
多重json(~>1.2)
jquery rails(3.1.0)
钢轨(>=3.0,<5.0)
雷神(>=0.14,<2.0)
json(1.8.1)
jwt(0.1.13)
multi_json(>=1.5)
魔术_编码(0.0.2)
邮件(2.5.4)
mime类型(~>1.16)
树梢(~>1.4.8)
方法_来源(0.8.2)
mime类型(1.25.1)
小型试验(5.3.4)
多线程json(1.10.1)
多xml(0.5.5)
多部分post(2.0.0)
净scp(1.2.1)
net ssh(>=2.6.5)
净sftp(2.1.2)
net ssh(>=2.6.5)
net ssh(2.9.1)
net ssh网关(1.2.0)
net ssh(>=2.6.5)
oauth2(0.9.3)
法拉第(>=0.8,<0.10)
jwt(~>0.1.8)
多重json(~>1.3)
多xml(~>0.5)
机架(~>1.2)
omniauth(1.2.1)
hashie(>=1.2,<3)
机架(~>1.0)
omniauth facebook(1.6.0)
omniauth-oauth2(~>1.1)
omniauth-oauth2(1.1.2)
法拉第(>=0.8,<0.10)
多重json(~>1.3)
oauth2(~>0.9.3)
omniauth(~>1.2)
打开图形辅助对象(0.2.0)
orm_适配器(0.5.0)
polyglot(0.3.4)
粉末(0.2.1)
雷神(>=0.11.5)
撬动(0.9.12.6)
coderay(~>1.0)
方法\u来源(~>0.8)
坡度(~>3.4)
撬动导航(0.2.3)
撬动(~>0.9.10)
撬动遥控器(0.1.8)
撬动(~>0.9)
斜率(~>3.0)
机架(1.5.2)
机架测试(0.6.2)
机架(>=1.0)
轨道(4.1.1)
actionmailer(=4.1.1)
actionpack(=4.1.1)
actionview(=4.1.1)
活动模型(=4.1.1)
活动记录(=4.1.1)
主动支持(=4.1.1)
捆绑机(>=1.3.0,<2.0)
栏杆(=4.1.1)
链轮轨道(~>2.0)
栏杆(4.1.1)
actionpack(=4.1.1)
主动支持(=4.1.1)
耙(大于等于0.8.7)
雷神(>=0.18.1,<2.0)
耙(10.3.2)
rdoc(4.1.1)
json(~>1.4)
rmagick(2.13.2)
rvm capistrano(1.5.1)
capistrano(~>2.15.4)
sass(3.2.19)
sass导轨(4.0.3)
钢轨(>=4.0.0,<5.0)
sass(~>3.2.0)
链轮(~>2.8,2.0)
sdoc(0.4.0)
json(~>1.8)
rdoc(~>4.0,<5.0)
seo_助手(1.0.2)
设置逻辑(2.0.9)
简易表格(3.0.2)
actionpack(~>4.0)
activemodel(~>4.0)
斜坡(3.5.0)
弹簧(1.1.3)
链轮(2.11.0)
徒步旅行(~>1.2)
多重json(~>1.0)
机架(~>1.0)
倾斜(~>1.1,!=1.3.0)
链轮轨道(2.1.3)
actionpack(>=3.0)
activesupport(>=3.0)
链轮(~>2.8)
sqlite3(1.3.9)
雷神(0.19.1)
螺纹安全(0.3.3)
倾斜(1.4.1)
树梢(1.4.15)
多语言文字
多克隆(>=0.3.1)
涡轮链路(2.2.2)
咖啡架
tzinfo(1.1.0)
线程安全(~>0.1)
丑八怪(2.5.0)
execjs(>=0.3.0)
json(>=1.8.0)
监狱长(1.2.3)
机架(>=1.0)
无论何时(0.9.2)
activesupport(>=2.3.4)
慢性(>=0
gem install rake && bundle install
bundle install --path vendor/cache
sudo bash
gem update --system