Skip to content

Instantly share code, notes, and snippets.

@andrewkolesnikov
Created July 5, 2011 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewkolesnikov/1065525 to your computer and use it in GitHub Desktop.
Save andrewkolesnikov/1065525 to your computer and use it in GitHub Desktop.
# 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