Skip to content

Commit

Permalink
Updated MongoMapper Gem for >= 0.9 which is Rails 3 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
hamin committed May 3, 2011
1 parent de2100a commit df72c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/mongo_mapper.rb
@@ -1,5 +1,5 @@
gem 'bson_ext'
gem 'mongo_mapper', :git => 'git://github.com/jnunemaker/mongomapper.git', :branch => 'rails3'
gem 'mongo_mapper', '>=0.9'

after_bundler do
generate 'mongo_mapper:config'
Expand Down

0 comments on commit df72c08

Please sign in to comment.