ae390d90cb
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.5 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.5...v1.10.8) Signed-off-by: dependabot[bot] <support@github.com>
11 lines
375 B
Ruby
11 lines
375 B
Ruby
source 'https://rubygems.org'
|
|
gem 'fastlane', '2.114.0'
|
|
gem 'cocoapods', '1.7.4'
|
|
gem 'danger', '4.0.4'
|
|
gem 'xcode-install', '2.1.0'
|
|
gem 'xcpretty-json-formatter', '0.1.0'
|
|
gem 'danger-xcode_summary', '0.1.0'
|
|
gem 'nokogiri', '1.10.8'
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval(File.read(plugins_path), binding) if File.exist?(plugins_path)
|