Bump image_processing from 1.13.0 to 2.0.3 - #474
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [image_processing](https://github.com/janko/image_processing) from 1.13.0 to 2.0.3. - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](janko/image_processing@v1.13.0...v2.0.3) --- updated-dependencies: - dependency-name: image_processing dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the app’s image processing dependency to the image_processing 2.x line.
Changes:
- Bumped
image_processingfrom~> 1.13to~> 2.0inGemfile - Updated
Gemfile.lockto resolveimage_processing2.0.3 and remove previously transitive backend gems (mini_magick,ruby-vips,ffi)
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Gemfile | Updates the image_processing version constraint to ~> 2.0. |
| Gemfile.lock | Locks image_processing to 2.0.3 and drops previously pulled-in backend dependencies. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| gem "rouge", "~> 4.5" | ||
| gem "bcrypt", "~> 3.1.7" | ||
| gem "image_processing", "~> 1.13" | ||
| gem "image_processing", "~> 2.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps image_processing from 1.13.0 to 2.0.3.
Changelog
Sourced from image_processing's changelog.
Commits
1611c00Bump to 2.0.38cd14e9Test on JRuby 10.1.x28684e7Close more RCE security gaps0360dbdRemoveruby2_keywordsusage (#145)7d89c01Bump to 2.0.27f38304Create a newLoadErrorfor missing dependencies996862cWarn and reraise LoadError instead of raising custom error (#143)a64dbd5Inline dhash-vips9489387Bump to 2.0.131b3d91Prevent remote shell execution in loader/saver minimagick optionsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)