diff --git a/3478/1/Gemfile b/3478/1/Gemfile index 7d01f7c920..913ec6d01b 100644 --- a/3478/1/Gemfile +++ b/3478/1/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' do gem 'dotenv', '2.7.4' - gem 'nokogiri', '1.10.0' + gem 'nokogiri', '1.13.9' gem 'octokit', '4.14.0' gem 'terminal-table', '1.8.0' end diff --git a/3478/1/Gemfile.lock b/3478/1/Gemfile.lock index 8ce60b3f98..772989f0bd 100644 --- a/3478/1/Gemfile.lock +++ b/3478/1/Gemfile.lock @@ -1,3 +1,6 @@ +GEM + specs: + GEM remote: https://rubygems.org/ specs: @@ -6,13 +9,15 @@ GEM dotenv (2.7.4) faraday (0.15.4) multipart-post (>= 1.2, < 3) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) multipart-post (2.1.1) - nokogiri (1.10.0) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) octokit (4.14.0) sawyer (~> 0.8.0, >= 0.5.3) public_suffix (3.1.1) + racc (1.6.0) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) @@ -25,7 +30,7 @@ PLATFORMS DEPENDENCIES dotenv (= 2.7.4)! - nokogiri (= 1.10.0)! + nokogiri (= 1.13.9)! octokit (= 4.14.0)! terminal-table (= 1.8.0)!