From c5ddabd585a929906561775b0edc46fe939d258a Mon Sep 17 00:00:00 2001 From: Didier Lafforgue Date: Mon, 20 Feb 2012 10:53:46 +0100 Subject: [PATCH] new version of the custom_fields gem --- Gemfile.lock | 4 ++-- locomotive_cms.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 921e5a01..d0b3257a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/locomotive_cms.gemspec b/locomotive_cms.gemspec index 15c8a6d6..4ed34942 100755 --- a/locomotive_cms.gemspec +++ b/locomotive_cms.gemspec @@ -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'