Please paste in the Gemfile and Gemfile.lock. On Tuesday, July 31, 2012 9:08:24 PM UTC-5, Ruby-Forum.com User wrote: > > I am trying to install redmine on my Centos 5.8 box per > > http://www.redmine.org/projects/redmine/wiki/HowTo_install_Redmine_on_CentOS_5. > > > Redmine is based on the Ruby on Rails framework. I've requested help on > that site but haven't been able to get any help. I feel like a baby, > but please please please help. > > > I went with: > > ruby-1.8.7.p358.tar.gz (per the article) > rubygems-1.4.2.tgz (per the article) > redmine-2.0.3.tar.gz (instead of redmine-1.3.2.tar.gz as done with the > tutorial) > > Then when I got to the bundle install part... > > [root@vps redmine]# bundle install > You cannot specify the same gem twice with different version > requirements. You specified: i18n (~> 0.6.0) and i18n (= 0.4.2) > > > So I comment out gem "i18n", "0.4.2" in /home/site1/redmine/Gemfile > > [root@vps redmine]# bundle install > You cannot specify the same gem twice with different version > requirements. You specified: coderay (~> 1.0.6) and coderay (~> 0.9.7) > > So I comment out gem "coderay", "~>0.9.7" in /home/site1/redmine/Gemfile > > [root@vps redmine]# bundle install > Fetching gem metadata from http://rubygems.org/....... > Fetching gem metadata from http://rubygems.org/....... > Bundler could not find compatible versions for gem "rack": > In Gemfile: > rails (= 3.2.6) ruby depends on > rack (~> 1.4.0) ruby > > rack (1.1.0) > > Could anyone help? Please please please again (dang, I am a baby). Thank > you > > -- > Posted via http://www.ruby-forum.com/. >
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/ek78ZmovImYJ. For more options, visit https://groups.google.com/groups/opt_out.

