diff --git a/Gemfile b/Gemfile index aa7516aea..fc188a826 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'octokit', '~> 4.21.0' gem 'faraday', '~> 1.7.0' gem 'httpclient', '~> 2.4.0' -gem 'nokogiri', '~> 1.12.3' +gem 'nokogiri', '~> 1.12.5' gem 'git', '~> 1.9.1' gem 'parallel', '~> 1.20.1' gem 'puma', '~> 5.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8f3c5bdb2..6097549e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,7 +32,7 @@ GEM mustermann (1.1.1) ruby2_keywords (~> 0.0.1) nio4r (2.5.8) - nokogiri (1.12.3) + nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) octokit (4.21.0) @@ -42,7 +42,7 @@ GEM public_suffix (4.0.6) puma (5.4.0) nio4r (~> 2.0) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-protection (2.1.0) rack @@ -72,7 +72,7 @@ DEPENDENCIES git (~> 1.9.1) httpclient (~> 2.4.0) i18n (~> 0.7.0) - nokogiri (~> 1.12.3) + nokogiri (~> 1.12.5) octokit (~> 4.21.0) parallel (~> 1.20.1) puma (~> 5.4.0)