
Odd versions are installed via bundler
Reported by activestylus | October 21st, 2010 @ 01:46 PM
This could very well be a bundler issue, but since i haven;t run across this problem with other gems I think datamapper may be the culprit.
My Gemfile
gem "datamapper"
gem "dm-mysql-adapter"
Run bundle install
Fetching source index for http://rubygems.org/
Using data_objects (0.10.2)
Installing datamapper (0.3.2)
Installing dm-core (1.0.2)
Installing dm-do-adapter (1.0.2)
Using do_mysql (0.10.2)
Installing dm-mysql-adapter (1.0.2)
gem list
data_objects (0.10.2) datamapper (0.10.1, 0.3.2) dm-aggregates (0.10.1) dm-constraints (0.10.1) dm-core (1.0.2, 0.10.1) dm-do-adapter (1.0.2) dm-migrations (0.10.1) dm-mysql-adapter (1.0.2) dm-serializer (0.10.1) dm-timestamps (0.10.1) dm-types (0.10.1) dm-validations (0.10.1) do_mysql (0.10.2) do_sqlite3 (0.10.2)
I was under the assumption that all gems would be 1.0.2?
Also I'm pretty sure that datamapper 0.3.2 should NOT be installed!
Comments and changes to this ticket
-
Martin Gamsjaeger (snusnu) October 23rd, 2010 @ 07:42 AM
- State changed from new to not-applicable
- Assigned user set to Martin Gamsjaeger (snusnu)
Hey,
The problem is that the
datamapper
gem is really old (it pulled in 0.3.2 for you). What you want to install isdata_mapper
. Closing this, as I'm pretty sure that'll solve the issue.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »