wrong custom_fields version
This commit is contained in:
parent
56059b6579
commit
dbf5680770
2
Gemfile
2
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'
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user