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

Update carrierwave #2065

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -58,8 +58,8 @@ gem "omniauth-twitter"
gem "sitemap_generator", "~> 6"

# Making other files
gem "carrierwave", "~> 0.11.2" # File uploader
gem "carrierwave_backgrounder", "~> 0.4.2"
gem "carrierwave", "~> 1.3.2" # File uploader
gem "carrierwave_backgrounder_revived", "~> 1.0.0"
gem "axlsx", "~> 3.0.0.pre" # Write Excel files (OrganizationExports), on pre b/c gem isn't otherwise updated
gem "wicked_pdf"
gem "wkhtmltopdf-binary"
Expand Down
27 changes: 13 additions & 14 deletions Gemfile.lock
Expand Up @@ -117,14 +117,14 @@ GEM
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
carrierwave (0.11.2)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
mimemagic (>= 0.3.0)
carrierwave_backgrounder (0.4.2)
carrierwave (~> 0.5)
ssrf_filter (~> 1.0)
carrierwave_backgrounder_revived (1.0.0)
carrierwave (>= 0.5, < 2.0)
mime-types (~> 2.99)
chartkick (3.4.0)
chunky_png (1.3.11)
coderay (1.1.3)
Expand All @@ -137,7 +137,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
connection_pool (2.2.3)
countries (3.1.0)
i18n_data (~> 0.11.0)
Expand Down Expand Up @@ -360,9 +360,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
memory_profiler (0.9.14)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
mime-types (2.99.3)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
Expand Down Expand Up @@ -520,7 +518,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (13.0.3)
rake (13.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -631,6 +629,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
stackprof (0.2.14)
standard (1.0.4)
rubocop (= 1.11.0)
Expand Down Expand Up @@ -711,8 +710,8 @@ DEPENDENCIES
bootstrap (= 4.0.0.alpha4)
bullet
bundler (>= 1.8.4)
carrierwave (~> 0.11.2)
carrierwave_backgrounder (~> 0.4.2)
carrierwave (~> 1.3.2)
carrierwave_backgrounder_revived (~> 1.0.0)
chartkick
coderay
coffee-rails
Expand Down