diff --git a/Gemfile.lock b/Gemfile.lock index 28b794cf0..5a65173f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM xcpretty-travis-formatter (>= 0.0.3) fastlane-plugin-appcenter (1.11.1) fastlane-plugin-sentry (1.6.0) - fastlane-plugin-wpmreleasetoolkit (1.3.1) + fastlane-plugin-wpmreleasetoolkit (1.4.0) activesupport (~> 5) bigdecimal (~> 1.4) chroma (= 0.2.0) @@ -226,7 +226,7 @@ GEM memoist (0.16.2) mini_magick (4.11.0) mini_mime (1.1.0) - mini_portile2 (2.5.3) + mini_portile2 (2.6.1) minitest (5.14.4) molinillo (0.6.6) multi_json (1.15.0) @@ -235,15 +235,15 @@ GEM nap (1.1.0) naturally (2.2.1) netrc (0.11.0) - nokogiri (1.11.7) - mini_portile2 (~> 2.5.0) + nokogiri (1.12.2) + mini_portile2 (~> 2.6.1) racc (~> 1.4) - nokogiri (1.11.7-x86_64-darwin) + nokogiri (1.12.2-x86_64-darwin) racc (~> 1.4) octokit (4.21.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - oj (3.12.1) + oj (3.13.0) optimist (3.0.1) options (2.3.2) os (1.1.1) @@ -323,7 +323,7 @@ DEPENDENCIES fastlane (~> 2) fastlane-plugin-appcenter (~> 1.11) fastlane-plugin-sentry (~> 1.6) - fastlane-plugin-wpmreleasetoolkit (~> 1.3.1) + fastlane-plugin-wpmreleasetoolkit (~> 1.4.0) octokit (~> 4.0) rmagick (~> 3.2.0) xcpretty-travis-formatter diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile index cc849ee35..95fdfa42b 100644 --- a/fastlane/Pluginfile +++ b/fastlane/Pluginfile @@ -2,7 +2,7 @@ # # Ensure this file is checked in to source control! # -gem 'fastlane-plugin-wpmreleasetoolkit', '~> 1.3.1' +gem 'fastlane-plugin-wpmreleasetoolkit', '~> 1.4.0' gem 'fastlane-plugin-sentry', '~> 1.6' gem 'fastlane-plugin-appcenter', '~> 1.11'