Rails 2.3.5 applications on Ruby 1.8.7 Rake Error.

℡╲_俬逩灬. 提交于 2019-12-11 20:43:57

问题


I am trying to install Rails 2.3 gem on my Fedora server. The application is not having Gemfile in it. It requires oauth2 gem. When I use the installation command it is giving the following error:

rake aborted!
can't activate rack (>= 1.1.0, < 2, runtime) for ["faraday-0.5.7", "oauth2-0.1.0"], already activated rack-1.0.1 for ["actionpack-2.3.5", "rails-2.3.5"]

Is there any way to find what are the required gems for the Rails 2.3.5 gem?

来源:https://stackoverflow.com/questions/24107692/rails-2-3-5-applications-on-ruby-1-8-7-rake-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!