diff --git a/src/mobile/android/Gemfile b/src/mobile/android/Gemfile index c0f41e4ede..44d79d673d 100644 --- a/src/mobile/android/Gemfile +++ b/src/mobile/android/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" gem "fastlane" -gem "nokogiri" +gem "nokogiri", ">= 1.15.6" eval_gemfile('./fastlane/Pluginfile') if File.exist?('./fastlane/Pluginfile') diff --git a/src/mobile/android/Gemfile.lock b/src/mobile/android/Gemfile.lock index 0e351c2b2f..3d2472e289 100644 --- a/src/mobile/android/Gemfile.lock +++ b/src/mobile/android/Gemfile.lock @@ -64,8 +64,6 @@ GEM xcodeproj (>= 1.8.1, < 2.0.0) xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) - fastlane-plugin-increment_version_code (0.4.3) - fastlane-plugin-load_json (0.0.1) gh_inspector (1.1.3) google-api-client (0.23.9) addressable (~> 2.5, >= 2.5.1) @@ -102,17 +100,19 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) mini_magick (4.5.1) - mini_portile2 (2.4.0) + mini_portile2 (2.8.5) multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) nanaimo (0.2.6) naturally (2.2.0) - nokogiri (1.10.3) - mini_portile2 (~> 2.4.0) + nokogiri (1.15.6) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) os (1.0.1) plist (3.5.0) public_suffix (2.0.5) + racc (1.7.3) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0) @@ -159,9 +159,7 @@ PLATFORMS DEPENDENCIES fastlane - fastlane-plugin-increment_version_code - fastlane-plugin-load_json - nokogiri + nokogiri (>= 1.15.6) BUNDLED WITH - 1.17.2 + 1.17.3