首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在此计算机上可用的gem中找不到gem 'jquery-rails (~> 1.1.6) ruby

在此计算机上可用的gem中找不到gem 'jquery-rails (~> 1.1.6) ruby
EN

Stack Overflow用户
提问于 2013-03-08 22:50:32
回答 1查看 588关注 0票数 0

我正在尝试使用devise来实现Social-stream。当我执行这段代码时,rails会生成social_stream:install。我得到了错误捆绑器找不到与gem“devise”兼容的版本:在Gemfile中: social_stream (>= 0) ruby依赖于devise (~> 1.1.3) ruby

代码语言:javascript
复制
devise (2.2.3)

在我捆绑更新之后,错误如下

代码语言:javascript
复制
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

        /home/cis/.rvm/rubies/ruby-1.9.3-p125/bin/ruby extconf.rb 
checking for Ruby version >= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... no
Can't install RMagick 2.13.2. Can't find Magick-config in /home/cis/.rvm/gems/ruby-1.9.3-p125/bin:/home/cis/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/cis/.rvm/rubies/ruby-1.9.3-p125/bin:/home/cis/.rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/cis/.rvm/bin

*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
    --with-opt-dir
    --with-opt-include
    --without-opt-include=${opt-dir}/include
    --with-opt-lib
    --without-opt-lib=${opt-dir}/lib
    --with-make-prog
    --without-make-prog
    --srcdir=.
    --curdir
    --ruby=/home/cis/.rvm/rubies/ruby-1.9.3-p125/bin/ruby


Gem files will remain installed in /home/cis/.rvm/gems/ruby-1.9.3-p125/gems/rmagick-2.13.2 for inspection.
Results logged to /home/cis/.rvm/gems/ruby-1.9.3-p125/gems/rmagick-2.13.2/ext/RMagick/gem_make.out

An error occurred while installing rmagick (2.13.2), and Bundler cannot continue.
Make sure that `gem install rmagick -v '2.13.2'` succeeds before bundling.

在解决了依赖关系之后,我得到了

代码语言:javascript
复制
/home/cis/.rvm/gems/ruby-1.9.3-p125/gems/devise-1.1.9/lib/devise.rb:193:in `mailer=': undefined method `ref' for ActiveSupport::Dependencies:Module (NoMethodError)
    from /home/cis/.rvm/gems/ruby-1.9.3-p125/gems/devise-1.1.9/lib/devise.rb:195:in `<module:Devise>'
    from /home/cis/.rvm/gems/ruby-1.9.3-p125/gems/devise-1.1.9/lib/devise.rb:4:in `<top (required)>'
    from /home/cis/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.3.0/lib/bundler/runtime.rb:72:in `require'
    from /home/cis/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.3.0/lib/bundler/runtime.rb:72:in `block (2 levels) in require'
    from /home/cis/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.3.0/lib/bundler/runtime.rb:70:in `each'
    from /home/cis/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.3.0/lib/bundler/runtime.rb:70:in `block in require'
    from /home/cis/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.3.0/lib/bundler/runtime.rb:59:in `each'
    from /home/cis/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.3.0/lib/bundler/runtime.rb:59:in `require'
    from /home/cis/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.3.0/lib/bundler.rb:132:in `require'
    from /home/cis/test_app/config/application.rb:7:in `<top (required)>'
    from /home/cis/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.2.12/lib/rails/commands.rb:24:in `require'
    from /home/cis/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.2.12/lib/rails/commands.rb:24:in `<top (required)>'
    from script/rails:6:in `require'
    from script/rails:6:in `<main>

我试着用social_stream整理Jquery rails的依赖关系,但也不起作用。请帮我整理一下这个错误链

EN

回答 1

Stack Overflow用户

发布于 2013-03-18 03:04:17

Social Stream目前与Devise的最新版本不兼容。欢迎使用补丁。请参阅https://github.com/ging/social_stream/issues/335上的问题

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/15296704

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档