Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump carrierwave from 2.2.5 to 2.2.6 #1867

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gem 'multi_json'
gem 'representable', '~> 3.0.0'
gem 'roar-rails'

gem 'carrierwave', '~> 2.2.5'
gem 'carrierwave', '~> 2.2.6'
gem 'carrierwave-mongoid', require: 'carrierwave/mongoid'

# AJAX file uploads
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ GEM
xpath (~> 3.2)
capybara-accessible (0.3.0)
capybara (>= 3.12.0)
carrierwave (2.2.5)
carrierwave (2.2.6)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -293,7 +293,7 @@ GEM
highline (1.7.10)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
image_processing (1.12.2)
Expand Down Expand Up @@ -337,7 +337,7 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.3)
marcel (1.0.4)
matrix (0.4.2)
memoist (0.9.3)
method_source (1.0.0)
Expand Down Expand Up @@ -501,7 +501,7 @@ GEM
rubocop (~> 1.33)
ruby-prof (0.17.0)
ruby-progressbar (1.13.0)
ruby-vips (2.2.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (1.3.0)
Expand Down Expand Up @@ -619,7 +619,7 @@ DEPENDENCIES
cancancan
capybara
capybara-accessible
carrierwave (~> 2.2.5)
carrierwave (~> 2.2.6)
carrierwave-mongoid
codecov
cqm-models!
Expand Down
Loading