Skip to content

Commit

Permalink
upgrade mongoid
Browse files Browse the repository at this point in the history
  • Loading branch information
Didier Lafforgue committed Mar 1, 2012
1 parent a965fb3 commit d0ab5e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -4,7 +4,7 @@ PATH
custom_fields (2.0.0.rc5)
activesupport (~> 3.2.1)
carrierwave-mongoid (~> 0.1.3)
mongoid (~> 2.4.3)
mongoid (~> 2.4.5)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -34,7 +34,7 @@ GEM
mocha (0.9.12)
mongo (1.3.1)
bson (>= 1.3.1)
mongoid (2.4.3)
mongoid (2.4.5)
activemodel (~> 3.1)
mongo (~> 1.3)
tzinfo (~> 0.3.22)
Expand Down
2 changes: 1 addition & 1 deletion custom_fields.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = '>= 1.3.6'
s.rubyforge_project = 'nowarning'

s.add_dependency 'mongoid', '~> 2.4.3'
s.add_dependency 'mongoid', '~> 2.4.5'
s.add_dependency 'activesupport', '~> 3.2.1'
s.add_dependency 'carrierwave-mongoid', '~> 0.1.3'

Expand Down

0 comments on commit d0ab5e9

Please sign in to comment.