diff --git a/Gemfile b/Gemfile index ed7d3c3..d149ff3 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,6 @@ 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' +gem 'nokogiri', '1.11.4' plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval(File.read(plugins_path), binding) if File.exist?(plugins_path) diff --git a/Gemfile.lock b/Gemfile.lock index 329b6ec..371a16f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,7 +169,7 @@ 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.5.1) minitest (5.11.3) molinillo (0.6.6) multi_json (1.13.1) @@ -179,14 +179,16 @@ GEM nap (1.1.0) naturally (2.2.0) netrc (0.11.0) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) open4 (1.3.4) os (1.0.1) plist (3.5.0) public_suffix (2.0.5) + racc (1.5.2) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0) @@ -248,7 +250,7 @@ DEPENDENCIES danger (= 4.0.4) danger-xcode_summary (= 0.1.0) fastlane (= 2.114.0) - nokogiri (= 1.10.8) + nokogiri (= 1.11.4) xcode-install (= 2.1.0) xcpretty-json-formatter (= 0.1.0)