Skip to content

Commit

Permalink
update mongoid to 2.4.10 in Gemfile.rails-3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed May 29, 2012
1 parent db61b0c commit 3e8e698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.rails-3.1.4
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '3.1.4'
gem 'sqlite3'
gem 'mysql'
gem 'activerecord-import'
gem 'mongoid'
gem 'mongoid', '2.4.10'
gem 'bson_ext'

gem "rspec"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.rails-3.1.4.lock
Expand Up @@ -65,7 +65,7 @@ GEM
activemodel (~> 3.1)
mongo (~> 1.3)
tzinfo (~> 0.3.22)
multi_json (1.3.5)
multi_json (1.3.6)
mysql (2.8.1)
perftools.rb (2.0.0)
polyglot (0.3.3)
Expand Down Expand Up @@ -126,7 +126,7 @@ DEPENDENCIES
bullet!
guard
guard-rspec
mongoid
mongoid (= 2.4.10)
mysql
perftools.rb
rails (= 3.1.4)
Expand Down

0 comments on commit 3e8e698

Please sign in to comment.