[Q]ruby gem 패키지가 Frozen 되는 현상 - 레드마인 설치중.
글쓴이: 송효진 / 작성시간: 수, 2011/12/21 - 4:23오후
안녕하세요.
redmine 을 설치해보고자 공식 위키를 보며 따라하고 있는데,
[F] 로 뜨는 패키지가 왜 이렇게 되며 어떻게 풀 수 있는지를 찾지를 못하겠네요.
이게 무슨 뜻일까요?
감사합니다.
server redmine # RAILS_ENV=production rake db:migrate
Missing these required gems:
rubytree >= 0
You're running:
ruby 1.8.7.352 at /usr/bin/ruby18
rubygems 1.8.11 at /usr/local/lib64/ruby/gems/1.8, /root/.gem/ruby/1.8, /usr/lib64/ruby/gems/1.8
Run `rake gems:install` to install the missing gems.
server redmine # rake gems:install RAILS_ENV="production"
gem install rubytree --version ">= 0"
========================================================================
Thank you for installing rubytree.
WARNING: SIGNIFICANT API CHANGE in 0.8.0 !
------------------------------------------
Please note that as of 0.8.0 the CamelCase method names are DEPRECATED.
The new method names follow the ruby_convention (separated by '_').
The old CamelCase methods still work (a warning will be displayed),
but may go away in the future.
Details of the API changes are documented in the API-CHANGES file.
========================================================================
Successfully installed rubytree-0.8.2
1 gem installed
Installing ri documentation for rubytree-0.8.2...
Installing RDoc documentation for rubytree-0.8.2...
server redmine # rake gems RAILS_ENV="production"
- [F] rubytree >= 0
- [F] coderay ~> 1.0.0
I = Installed
F = Frozen
R = Framework (loaded before rails starts)Forums:


rubygems 버전이 높아서 그런거였네요. ㅋ
rubygems 버전이 높아서 그런거였네요. ㅋ
https://xenosi.de/
댓글 달기