Skip to content

Instantly share code, notes, and snippets.

@rkh
Created February 4, 2009 12:28
Show Gist options
  • Save rkh/58071 to your computer and use it in GitHub Desktop.
Save rkh/58071 to your computer and use it in GitHub Desktop.
all your gems for ruby 1.9.1
# installing datamapper under ruby 1.9
cd /tmp
git clone git://github.com/genki/bcrypt-ruby.git
cd bcrypt-ruby
gem1.9 build *.gemspec
sudo -s
gem1.9 install *.gem
gem1.9 install dm-core
gem1.9 install dm-types --ignore-dependencies
gem1.9 install datamapper
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment