Pin and bump nokogiri (#8608)

This commit is contained in:
enzowritescode 2025-02-19 12:50:22 -07:00 committed by GitHub
parent 0addf49021
commit a6a101cd76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
source "https://rubygems.org"
gem "fastlane"
gem "nokogiri"
gem "nokogiri", '~> 1.16.8'
gem "dotenv"
plugins_path = File.join(File.dirname(__FILE__), '.', 'Pluginfile')

View file

@ -174,11 +174,11 @@ GEM
nanaimo (0.4.0)
naturally (2.2.1)
nkf (0.2.0)
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.16.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
nokogiri (1.16.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.16.8-x86_64-linux)
racc (~> 1.4)
optparse (0.6.0)
os (1.1.4)
@ -244,7 +244,7 @@ DEPENDENCIES
fastlane-plugin-android_change_string_app_name
fastlane-plugin-find_replace_string!
fastlane-plugin-versioning_android
nokogiri
nokogiri (~> 1.16.8)
BUNDLED WITH
2.5.11