new version of the custom_fields gem

This commit is contained in:
Didier Lafforgue 2012-02-20 10:53:46 +01:00
parent dd9b382637
commit c5ddabd585
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ PATH
carrierwave-mongoid (~> 0.1.3)
cells (~> 3.8.0)
codemirror-rails (~> 2.21)
custom_fields (~> 2.0.0.rc4)
custom_fields (~> 2.0.0.rc5)
devise (~> 1.5.3)
dragonfly (~> 0.9.8)
flash_cookie_session (~> 1.1.1)
@ -56,7 +56,7 @@ PATH
PATH
remote: ../gems/custom_fields
specs:
custom_fields (2.0.0.rc4)
custom_fields (2.0.0.rc5)
activesupport (~> 3.2.1)
carrierwave-mongoid (~> 0.1.3)
mongoid (~> 2.4.3)

View File

@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_dependency 'mongoid', '~> 2.4.3'
s.add_dependency 'locomotive-mongoid-tree', '~> 0.6.2'
s.add_dependency 'custom_fields', '~> 2.0.0.rc4'
s.add_dependency 'custom_fields', '~> 2.0.0.rc5'
s.add_dependency 'kaminari', '~> 0.13.0'