
Cannot upgrade to DataMapper 1.0 via Gemfile
Reported by ravinggenius | June 18th, 2010 @ 01:22 PM
I have a Merb application that I haven't touched in about six
months. The application was not ever finished and now I am
upgrading it to Rails 3 beta 4. When I added DataMapper to the
Gemfile (below) and ran bundle install
, Bundler gives
me the following error: "Could not find gem 'data_mapper~> 1.0
(>= 0, runtime)' in any of the gem sources." I tried changing
source from :rubygems to 'http://rubygems.org', but still nothing.
Also I verified that the data_mapper gem could be found on the
RubyGems website. By the way I am using Bundler 0.9.26, if that
helps.
How do I get DataMapper 1.0 to play nice with Bundler and Rails 3?
gem 'data_mapper' '~> 1.0' # '~> 1.0.0' doesn't work either
gem 'dm-sqlite-adapter' '~> 1.0'
#...
Comments and changes to this ticket
-
Martin Gamsjaeger (snusnu) October 29th, 2010 @ 04:44 PM
- State changed from new to unconfirmed
- Milestone order changed from 0 to 0
I'd be surprised if this is still a problem with data_mapper 1.0.2 and bundler 1.0.3 ?
-
ravinggenius October 29th, 2010 @ 10:19 PM
I don't believe this is an issue any longer. Please close.
-
Martin Gamsjaeger (snusnu) October 30th, 2010 @ 09:14 AM
- State changed from unconfirmed to resolved
- Assigned user set to Martin Gamsjaeger (snusnu)
Thx for getting back!
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 »