Skip to content

Bump image_optim from 0.26.5 to 0.27.1

NipaNipa requested to merge dependabot/bundler/image_optim-0.27.1 into master

Bumps image_optim from 0.26.5 to 0.27.1.

Changelog

Sourced from image_optim's changelog.

v0.27.1 (2020-09-30)

  • Fixed atomic replacement for case when equal File::Stat#dev doesn't mean that file can be linked #180 @​toy

v0.27.0 (2020-08-27)

  • Use .tmp as the extension for temporary file if it needs to be created for atomic replacement #178 @​toy
  • Don't create a temporary file in destination directory for atomic replacement if temporary directory is on same device as destination #178 @​toy
Commits
  • 400000b v0.27.1
  • 1a0aa9d fixed replace for case when equal File::Stat#dev doesn't mean that file can...
  • d06f0bf rubocop 0.90.0
  • 4c5227c v0.27.0
  • 285affa merge changes to not create extra temporary files when possible and improve b...
  • 42ba891 add a note to readme about changing temporary directory using environment var...
  • 3d5e234 use .tmp as the extension for temporary file if it needs to be created for at...
  • 03620e3 don't create a temporary file in destination directory for atomic replacement...
  • e894c0c rubocop 0.89.1
  • ce0f46b rubocop: enable new cops except Style/AccessorGrouping, apply auto correction...
  • Additional commits viewable in compare view

Merge request reports