diff --git a/Gemfile b/Gemfile index a0fdb46..f8d667c 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'mail', '2.8.1' gem 'matrix', '0.4.2' gem 'mocha', '2.4.5', require: false gem 'net-smtp', '0.5.0' -gem 'nokogiri', '1.16.5' +gem 'nokogiri', '1.16.7' gem 'octokit', '9.1.0' gem 'pdd', '0.24.0' gem 'rack', '3.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index 6a3bc3d..3e73384 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM net-smtp matrix (0.4.2) mini_mime (1.1.5) - mini_portile2 (2.8.6) + mini_portile2 (2.8.7) minitest (5.22.2) mocha (2.4.5) ruby2_keywords (>= 0.0.5) @@ -110,12 +110,12 @@ GEM timeout net-smtp (0.5.0) net-protocol - nokogiri (1.16.5) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.5-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) oauth (0.6.2) snaky_hash (~> 2.0) @@ -252,7 +252,7 @@ DEPENDENCIES matrix (= 0.4.2) mocha (= 2.4.5) net-smtp (= 0.5.0) - nokogiri (= 1.16.5) + nokogiri (= 1.16.7) octokit (= 9.1.0) pdd (= 0.24.0) rack (= 3.1.7)