mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 02:56:07 +00:00
a7c9329df5
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RUBYZIP-469156 Signed-off-by: Jakub Sokołowski <jakub@status.im>
9 lines
255 B
Ruby
9 lines
255 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'fastlane', '>= 2.131.0'
|
|
|
|
plugins_path = File.join(__dir__, 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|
|
|
|
plugins_path = ENV['FASTLANE_PLUGINFILE_PATH']
|
|
eval_gemfile(plugins_path) if plugins_path |