Skip to content

Commit

Permalink
Bump rmagick from 3.2.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [rmagick](https://github.com/rmagick/rmagick) from 3.2.0 to 5.3.0.
- [Changelog](https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rmagick/rmagick/commits)

---
updated-dependencies:
- dependency-name: rmagick
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 19ba5c9 commit 978ebe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ gem 'rubocop-rake', '~> 0.6'
gem 'xcpretty-travis-formatter'

group :screenshots, optional: true do
gem 'rmagick', '~> 3.2.0'
gem 'rmagick', '~> 5.3.0'
end
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ GEM
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pkg-config (1.5.6)
plist (3.7.0)
progress_bar (1.3.3)
highline (>= 1.6, < 3)
Expand All @@ -334,7 +335,8 @@ GEM
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.6)
rmagick (3.2.0)
rmagick (5.3.0)
pkg-config (~> 1.4)
rouge (2.0.7)
rubocop (1.57.2)
json (~> 2.3)
Expand Down Expand Up @@ -410,7 +412,7 @@ DEPENDENCIES
fastlane-plugin-sentry
fastlane-plugin-wpmreleasetoolkit (~> 9.3)
rake
rmagick (~> 3.2.0)
rmagick (~> 5.3.0)
rubocop (~> 1.30)
rubocop-rake (~> 0.6)
xcpretty-travis-formatter
Expand Down

0 comments on commit 978ebe6

Please sign in to comment.