Hello all,

I'm trying to install 2.0.0.beta, and 'bundle install' is reporting
three gems without compatible versions, each listed twice, with
contradicting version requirements. 'bundle update' generates the same
result.

Per the instructions, I have added these lines to my Gemfile:

gem 'community_engine', '2.0.0.beta', :git => 'https://github.com/
bborn/communityengine.git', :branch => 'rails3'
# Temporary edge sources for other libraries
gem 'authlogic', :git => 'https://github.com/bborn/authlogic.git'
gem 'calendar_date_select', :git => 'https://github.com/paneq/
calendar_date_select.git', :branch => 'rails3test'

The location of these lines in the Gemfile has some affect on 'bundle
update'. When placed at the end of the file, the output is listed
below, reporting arel, activemodel and rack. When placed at the top,
actionpack and rack are reported instead.

If you have 2.0.0.beta up and running, can you please post the
contents of your Bundle.lock file, gem list, and your versions for
ruby, rails, and gem?

thx!
Mike


muldoon@fedora14$ bundle install --binstubs
Updating https://github.com/bborn/communityengine.git
Updating https://github.com/bborn/authlogic.git
Updating https://github.com/paneq/calendar_date_select.git
Fetching source index for http://rubygems.org/
Bundler could not find compatible versions for gem "arel":
  In Gemfile:
    community_engine (= 2.0.0.beta) depends on
      arel (~> 2.1.1)

    community_engine (= 2.0.0.beta) depends on
      arel (2.2.1)

Bundler could not find compatible versions for gem "activemodel":
  In Gemfile:
    community_engine (= 2.0.0.beta) depends on
      activemodel (= 3.1.0.beta1)

    community_engine (= 2.0.0.beta) depends on
      activemodel (3.1.0.rc2)

Bundler could not find compatible versions for gem "rack":
  In Gemfile:
    community_engine (= 2.0.0.beta) depends on
      rack (= 1.3.2)

    community_engine (= 2.0.0.beta) depends on
      rack (1.3.3)



muldoon@fedora14$ gem list

*** LOCAL GEMS ***

actionmailer (3.1.0)
actionpack (3.1.0)
activemodel (3.1.0)
activerecord (3.1.0)
activeresource (3.1.0)
activesupport (3.1.0)
ansi (1.3.0)
arel (2.1.1)
bcrypt-ruby (3.0.1)
builder (3.0.0)
bundler (1.0.18)
coffee-rails (3.1.1)
coffee-script (2.2.0)
coffee-script-source (1.1.2)
erubis (2.7.0)
execjs (1.2.6)
hike (1.2.1)
i18n (0.6.0)
jquery-rails (1.0.14)
libv8 (3.3.10.2 x86-linux)
mail (2.3.0)
meta_search (1.1.0.pre2)
mime-types (1.16)
multi_json (1.0.3)
polyamorous (0.5.0)
polyglot (0.3.2)
rack (1.3.2)
rack-cache (1.0.3)
rack-mount (0.8.3)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (3.1.0)
railties (3.1.0)
rake (0.9.2)
rdoc (3.9.4)
sass (3.1.7)
sass-rails (3.1.2)
sprockets (2.0.0)
sqlite3 (1.3.4)
therubyracer (0.9.4)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
turn (0.8.2)
tzinfo (0.3.29)
uglifier (1.0.3)

muldoon@fedora14$ ruby -v
ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]

muldoon@fedora14$ rails -v
Rails 3.1.0

muldoon@fedora14$ gem -v
1.6.2

muldoon@fedora14$ rvm info

ruby-1.9.2-p180@ce2:

  system:
    uname:       "Linux fedora14 2.6.35.12-90.fc14.i686 #1 SMP Fri Apr
22 16:14:44 UTC 2011 i686 i686 i386 GNU/Linux"
    bash:        "/bin/bash => GNU bash, version 4.1.7(1)-release
(i386-redhat-linux-gnu)"
    zsh:         " => not installed"

  rvm:
    version:      "rvm 1.6.5 by Wayne E. Seguin
(wayneeseg...@gmail.com) [https://rvm.beginrescueend.com/]";

  ruby:
    interpreter:  "ruby"
    version:      "1.9.2p180"
    date:         "2011-02-18"
    platform:     "i686-linux"
    patchlevel:   "2011-02-18 revision 30909"
    full_version: "ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-
linux]"

  homes:
    gem:          "/usr/local/rvm/gems/ruby-1.9.2-p180@ce2"
    ruby:         "/usr/local/rvm/rubies/ruby-1.9.2-p180"

  binaries:
    ruby:         "/usr/local/rvm/rubies/ruby-1.9.2-p180/bin/ruby"
    irb:          "/usr/local/rvm/rubies/ruby-1.9.2-p180/bin/irb"
    gem:          "/usr/local/rvm/rubies/ruby-1.9.2-p180/bin/gem"
    rake:         "/usr/local/rvm/gems/ruby-1.9.2-p180@global/bin/
rake"

  environment:
    PATH:         "/usr/local/rvm/gems/ruby-1.9.2-p180@ce2/bin:/usr/
local/rvm/gems/ruby-1.9.2-p180@global/bin:/usr/local/rvm/rubies/
ruby-1.9.2-p180/bin:/usr/local/rvm/bin:/usr/local/bin:/usr/bin:/bin:/
usr/local/sbin:/usr/sbin:/sbin:/home/muldoon/bin"
    GEM_HOME:     "/usr/local/rvm/gems/ruby-1.9.2-p180@ce2"
    GEM_PATH:     "/usr/local/rvm/gems/ruby-1.9.2-p180@ce2:/usr/local/
rvm/gems/ruby-1.9.2-p180@global"
    MY_RUBY_HOME: "/usr/local/rvm/rubies/ruby-1.9.2-p180"
    IRBRC:        "/usr/local/rvm/rubies/ruby-1.9.2-p180/.irbrc"
    RUBYOPT:      ""
    gemset:       "ce2"

-- 
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to communityengine@googlegroups.com.
To unsubscribe from this group, send email to 
communityengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en.

Reply via email to