Skip to content

Bump carrierwave from 2.0.2 to 2.2.0

NipaNipa requested to merge dependabot/bundler/carrierwave-2.2.0 into master

Bumps carrierwave from 2.0.2 to 2.2.0.

Release notes

Sourced from carrierwave's releases.

2.2.0

Added

Deprecated

  • #(content_type|extension)_whitelist, #(content_type|extension)_blacklist are deprecated. Use #(content_type|extension)_allowlist and #(content_type|extension)_denylist instead (@​grantbdev #2442, 4c3cac75)

Fixed

Security

2.1.1

Security

2.1.0

Added

Fixed

  • Fix Ruby 2.7 deprecations(@​mshibuya 9a37fc9e)
  • Fix S3 path-style URL for host with dots for buckets that are placed in other regions than us-east-1(@​Bonias #2439)
  • Make MiniMagick::Image constant absolute to prevent misleading 'uninitialized constant' error(@​p8 #2437)
Changelog

Sourced from carrierwave's changelog.

2.2.0 - 2021-02-23

Added

Deprecated

  • #(content_type|extension)_whitelist, #(content_type|extension)_blacklist are deprecated. Use #(content_type|extension)_allowlist and #(content_type|extension)_denylist instead (@​grantbdev #2442, 4c3cac75)

Fixed

Security

2.1.1 - 2021-02-08

Security

2.1.0 - 2020-02-16

Added

Fixed

  • Fix Ruby 2.7 deprecations(@​mshibuya 9a37fc9e)
  • Fix S3 path-style URL for host with dots for buckets that are placed in other regions than us-east-1(@​Bonias #2439)
  • Make MiniMagick::Image constant absolute to prevent misleading 'uninitialized constant' error(@​p8 #2437)
Commits
  • 13330a7 Version 2.2.0
  • ae31743 Fix CI failures
  • 4ae8dc6 Remove the #vips! block argument and #manipulate!
  • e842197 Disable libvips image caching
  • f23e9aa Merge pull request #2500 from rhymes/rhymes/add-vips
  • 8b978ab Remove binding.pry
  • aaa52b8 Merge branch 'master' into rhymes/add-vips
  • f90e14c Calculate Fog expiration taking DST into account
  • 657f259 Update model base class to ApplicationRecord
  • 1a0da9b Use allowlist/denylist terminology also for README
  • Additional commits viewable in compare view

Merge request reports