..and bundler reports that meta_search needs activesupport-3.1.0.beta1.
muldoon@fedora14$ bundle update
Fetching source index for http://rubygems.org/
Bundler could not find compatible versions for gem "activesupport":
In Gemfile:
rails (= 3.1.0) depends on
activesupport (= 3.1.0)
meta_search (= 1.1.0.pre2) depends on
activesupport (3.1.0.beta1)
Very strange! Have you seen such a thing before? Any suggestions?
I'm trying to install meta_search-1.1.0.pre2. The gem's spec, bundler, and rubygems each report/install different dependency version requirements.
I have a new rails3 project (here are my rails, ruby, rubygems and installed gem versions), with one new line in my Gemfile:
The meta_search-1.1.0.pre2 page on rubygems.org reports these dependencies:
However, installing it pulls down activesupport and activemodel-3.1.1.rc1:
..and bundler reports that meta_search needs activesupport-3.1.0.beta1.
Very strange! Have you seen such a thing before? Any suggestions?
thx! Mike