Skip to content

Commit

Permalink
Bump rmagick to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Jun 19, 2024
1 parent c019439 commit 04bec8e
Show file tree
Hide file tree
Showing 2 changed files with 7 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', '~> 11.0'

### Gems needed only for generating Promo Screenshots
group :screenshots, optional: true do
gem 'rmagick', '~> 4.1'
gem 'rmagick', '~> 5.3'
end
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ GEM
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
observer (0.1.2)
octokit (6.1.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand All @@ -260,6 +261,7 @@ GEM
parser (3.3.2.0)
ast (~> 2.4.1)
racc
pkg-config (1.5.6)
plist (3.7.1)
progress_bar (1.3.4)
highline (>= 1.6)
Expand All @@ -279,7 +281,9 @@ GEM
retriable (3.1.2)
rexml (3.2.9)
strscan
rmagick (4.3.0)
rmagick (5.5.0)
observer (~> 0.1)
pkg-config (~> 1.4)
rouge (2.0.7)
rubocop (1.64.1)
json (~> 2.3)
Expand Down Expand Up @@ -344,7 +348,7 @@ DEPENDENCIES
fastlane-plugin-sentry
fastlane-plugin-wpmreleasetoolkit (~> 11.0)
nokogiri
rmagick (~> 4.1)
rmagick (~> 5.3)

BUNDLED WITH
2.4.21

0 comments on commit 04bec8e

Please sign in to comment.