Created
July 5, 2011 18:39
-
-
Save andrewkolesnikov/1065525 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Gemfile | |
gem 'dm-active_model', :git => 'https://github.com/datamapper/dm-active_model.git', :branch => 'master' | |
gem 'dm-rails', :git => 'http://github.com/andrewkolesnikov/dm-rails.git', :branch => 'master' | |
# $ bundle list | grep active | |
* dm-active_model (1.1.1 5758780) | |
$ git push heroku | |
Installing dm-active_model (1.1.0) /usr/ruby1.9.2/lib/ruby/1.9.1/rubygems/installer.rb:170:in `install': dm-active_model requires RubyGems version ~> 1.4. Try 'gem update --system' to update RubyGems itself. (Gem::InstallError) | |
# ^^^^ Y U NO WORK? ^^^^^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment