Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.7 to 1.18.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.3/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.7...v1.18.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 lines
224 B
Ruby
8 lines
224 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "fastlane"
|
|
gem "nokogiri", '~> 1.18.3'
|
|
gem "dotenv"
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), '.', 'Pluginfile')
|
|
eval(File.read(plugins_path), binding) if File.exist?(plugins_path)
|