Skip to content

Commit

Permalink
update bson_ext and mongoid gems
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKehoe committed Jun 8, 2012
1 parent 309362a commit f1472d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.textile
Expand Up @@ -2,6 +2,8 @@ h1. CHANGELOG

h2. 1.5.1 unreleased

* update gem 'bson_ext' from 1.6.2 to 1.6.4
* update gem 'mongoid' from 2.4.10 to 2.4.11
* update gem 'devise_invitable' from 1.0.1 to 1.0.2
* update gem 'database_cleaner' from 0.7.2 to 0.8.0
* fix 'omniauth' and 'add_user' recipes to improve regex for gsub_file (contributed by Hosam Aly)
Expand Down
4 changes: 2 additions & 2 deletions recipes/mongoid.rb
Expand Up @@ -4,8 +4,8 @@
if config['mongoid']
say_wizard "REMINDER: When creating a Rails app using Mongoid..."
say_wizard "you should add the '-O' flag to 'rails new'"
gem 'bson_ext', '>= 1.6.2'
gem 'mongoid', '>= 2.4.10'
gem 'bson_ext', '>= 1.6.4'
gem 'mongoid', '>= 2.4.11'
else
recipes.delete('mongoid')
end
Expand Down

0 comments on commit f1472d7

Please sign in to comment.