Fix Fastlane Webhook (#5424) (#5425)

(cherry picked from commit e2bb6497df)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
Mattermost Build 2021-06-04 17:07:08 +02:00 committed by GitHub
parent 93777aefe6
commit 84de817451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ source "https://rubygems.org"
gem "fastlane"
gem "nokogiri"
gem "slack-notifier", "2.3.2"
plugins_path = File.join(File.dirname(__FILE__), '.', 'Pluginfile')
eval(File.read(plugins_path), binding) if File.exist?(plugins_path)

View file

@ -179,6 +179,7 @@ GEM
simctl (1.6.8)
CFPropertyList
naturally
slack-notifier (2.3.2)
terminal-notifier (2.0.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
@ -215,6 +216,7 @@ DEPENDENCIES
fastlane-plugin-find_replace_string
fastlane-plugin-versioning_android
nokogiri
slack-notifier (= 2.3.2)
BUNDLED WITH
2.1.4