Skip to content

Commit

Permalink
Updated CarrierWave gem
Browse files Browse the repository at this point in the history
We need `mount_uploaders` support

See #869
  • Loading branch information
matiasgarciaisaia committed May 24, 2017
1 parent 844aa33 commit 90b9edb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'alto_guisso', :git => "https://github.com/instedd/alto_guisso", branch: 'ma
gem 'alto_guisso_rails', :git => "https://github.com/instedd/alto_guisso_rails", branch: 'master'
gem 'oj', '~> 2.15.0'
gem 'nokogiri'
gem 'carrierwave'
gem 'carrierwave', '~> 1.1.0'
gem 'mini_magick'
gem 'activerecord-import'
gem 'active_model_serializers'
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,9 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
carrierwave (0.10.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
carrierwave (1.1.0)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
Expand Down Expand Up @@ -504,7 +503,7 @@ DEPENDENCIES
capistrano-rbenv (~> 2.0)
capistrano-rvm (~> 0.1)
capybara
carrierwave
carrierwave (~> 1.1.0)
coffee-rails (~> 4.0.1)
database_cleaner
decent_exposure
Expand Down

0 comments on commit 90b9edb

Please sign in to comment.