Fix Fastlane Webhook (#5424)
This commit is contained in:
parent
e87bc86f44
commit
e2bb6497df
2 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue