Skip to content

Commit

Permalink
Bump rmagick from 4.3.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [rmagick](https://github.com/rmagick/rmagick) from 4.3.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 9346814 commit 8d8bba9
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 @@ -15,5 +15,5 @@ gem 'fastlane-plugin-wpmreleasetoolkit', '~> 9.2'

### Gems needed only for generating Promo Screenshots
group :screenshots, optional: true do
gem 'rmagick', '~> 4.1'
gem 'rmagick', '~> 5.3'
end
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ GEM
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pkg-config (1.5.5)
plist (3.7.0)
progress_bar (1.3.3)
highline (>= 1.6, < 3)
Expand All @@ -293,7 +294,8 @@ GEM
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.6)
rmagick (4.3.0)
rmagick (5.3.0)
pkg-config (~> 1.4)
rouge (2.0.7)
rubocop (1.57.2)
json (~> 2.3)
Expand Down Expand Up @@ -362,7 +364,7 @@ DEPENDENCIES
fastlane (~> 2)
fastlane-plugin-wpmreleasetoolkit (~> 9.2)
nokogiri
rmagick (~> 4.1)
rmagick (~> 5.3)

BUNDLED WITH
2.4.21

0 comments on commit 8d8bba9

Please sign in to comment.