Fix Fastlane Webhook (#5424)

This commit is contained in:
Elias Nahum 2021-06-04 11:00:21 -04:00 committed by GitHub
parent e87bc86f44
commit e2bb6497df
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