From dbf5680770bc3b011ac40df64aa9c92cc103a674 Mon Sep 17 00:00:00 2001 From: dinedine Date: Thu, 27 Jan 2011 17:12:23 +0100 Subject: [PATCH] wrong custom_fields version --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 77edab05..6047417c 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'rmagick', '= 2.12.2' gem 'locomotive_carrierwave', '0.5.0.1.beta2', :require => 'carrierwave' # gem 'custom_fields', :path => '../gems/custom_fields' #'1.0.0.beta2' -gem 'custom_fields', '1.0.0.beta3' +gem 'custom_fields', '1.0.0.beta.4' gem 'fog', '0.3.7' gem 'mimetype-fu' gem 'actionmailer-with-request' diff --git a/Gemfile.lock b/Gemfile.lock index 65a4b467..56caaef7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,10 +71,10 @@ GEM cucumber-rails (0.3.2) cucumber (>= 0.8.0) culerity (0.2.15) - custom_fields (1.0.0.beta.3) + custom_fields (1.0.0.beta.4) activesupport (>= 3.0.0) locomotive_carrierwave - mongoid (>= 2.0.0.beta.18) + mongoid (~> 2.0.0.rc.6) daemons (1.1.0) database_cleaner (0.6.0) delayed_job (2.1.2) @@ -261,7 +261,7 @@ DEPENDENCIES capybara cucumber (= 0.8.5) cucumber-rails - custom_fields (= 1.0.0.beta3) + custom_fields (= 1.0.0.beta.4) database_cleaner delayed_job (= 2.1.2) delayed_job_mongoid (= 1.0.2)