Skip to content

Bump kt-paperclip from 7.3.0 to 8.0.0#6316

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/kt-paperclip-8.0.0
Open

Bump kt-paperclip from 7.3.0 to 8.0.0#6316
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/kt-paperclip-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps kt-paperclip from 7.3.0 to 8.0.0.

Release notes

Sourced from kt-paperclip's releases.

Release v8.0.0

What's Changed

New Contributors

Full Changelog: kreeti/kt-paperclip@v7.3.0...v8.0.0

Changelog

Sourced from kt-paperclip's changelog.

8.0.0 (2026-06-30)

  • Version Support: Drop support for Ruby 2.6 and earlier (Rails support stays at 4.2 and later)
  • Officially support ImageMagick 7 using the magick command.
  • Extract out Paperclip::Commands::ImageMagick and Paperclip::Commands::UnixFile utilities.
  • Use Marcel gem consistently as a first choice for content type detection, with a fallback to Unix file utility.
  • Add Paperclip::Geometry#== method for comparison.
  • Add frozen string literal comment to all files.
  • Add Github Actions CI to ensure support Ruby 2.7+, Rails 4.2+, ImageMagick 6 and 7, JRuby, and TruffleRuby.
  • Fix all failing specs on all Ruby versions.
  • Fix issues with Rails deprecation in tests.
  • Remove appraisal gem, use RAILS_VERSION env var in main Gemfile instead.
  • Move gemspec development dependencies to Gemfile, per latest standards.
  • Recreate .rubocop.yml and .rubocop_todo.yml.
  • Change "NEWS" and "OLD_NEWS" files to "CHANGELOG.md".
  • Remove UPGRADING message.
  • Remove cruft files: .travis.yml, .codeclimate.yml, .hound.yml
  • Terrapin gem: Do not set explicitly set Terrapin::CommandLine.path (fix thread safety).
  • Deprecation: Deprecate Paperclip.options[:command_path] in favor of :imagemagick_path and :file_command_path.
  • Deprecation: Deprecate Paperclip::GeometryDetector and Paperclip::GeometryParser in favor of Paperclip::Commands::ImageMagick::GeometryParser.
  • Deprecation: Deprecate Paperclip::FileCommandContentTypeDetector in favor of Paperclip::ContentTypeDetector.
  • Deprecation: Deprecate Paperclip.run in favor of Paperclip::Commands::Runner.run.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [kt-paperclip](https://github.com/kreeti/kt-paperclip) from 7.3.0 to 8.0.0.
- [Release notes](https://github.com/kreeti/kt-paperclip/releases)
- [Changelog](https://github.com/kreeti/kt-paperclip/blob/master/CHANGELOG.md)
- [Commits](kreeti/kt-paperclip@v7.3.0...v8.0.0)

---
updated-dependencies:
- dependency-name: kt-paperclip
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies ruby Pull requests that update Ruby code labels Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants