Skip to content

Commit 8099b2e

Browse files
committed
Update rmagick version for screenshots to match release toolkit
1 parent e2a516a commit 8099b2e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ GEM
281281
uber (< 0.2.0)
282282
retriable (3.1.2)
283283
rexml (3.2.5)
284-
rmagick (3.2.0)
284+
rmagick (4.2.5)
285285
rouge (2.0.7)
286286
rubocop (1.25.1)
287287
parallel (~> 1.10)
@@ -361,7 +361,7 @@ DEPENDENCIES
361361
fastlane-plugin-sentry (~> 1.0)
362362
fastlane-plugin-wpmreleasetoolkit (~> 4.1)
363363
rake (~> 12.3)
364-
rmagick (~> 3.2.0)
364+
rmagick (~> 4.1)
365365
rubocop (~> 1.25)
366366
rubocop-rake (~> 0.6)
367367
xcode-install

fastlane/Pluginfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# frozen_string_literal: true
22

3-
# Autogenerated by fastlane
4-
#
53
# Ensure this file is checked in to source control!
64

75
group :screenshots, optional: true do
8-
gem 'rmagick', '~> 3.2.0'
6+
gem 'rmagick', '~> 4.1'
97
end
108

119
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 4.1'

0 commit comments

Comments
 (0)