diff --git a/Gemfile b/Gemfile index 5dba4ae..c64c224 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'tty-prompt', '~> 0.21.0' gem 'http', '~> 4.4' -gem 'nokogiri', '~> 1.11' +gem 'nokogiri', '~> 1.13' gem 'terminal-table', '~> 1.8' diff --git a/Gemfile.lock b/Gemfile.lock index 6bdaebe..92c179c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,16 +20,16 @@ GEM http-form_data (2.3.0) http-parser (1.2.1) ffi-compiler (>= 1.0, < 2.0) - mini_portile2 (2.5.0) + mini_portile2 (2.8.0) necromancer (0.5.1) - nokogiri (1.11.0) - mini_portile2 (~> 2.5.0) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) racc (~> 1.4) pastel (0.7.4) equatable (~> 0.6) tty-color (~> 0.5) public_suffix (4.0.5) - racc (1.5.2) + racc (1.6.0) rake (13.0.1) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) @@ -56,7 +56,7 @@ PLATFORMS DEPENDENCIES http (~> 4.4) - nokogiri (~> 1.11) + nokogiri (~> 1.13) terminal-table (~> 1.8) tty-prompt (~> 0.21.0) word_wrap (~> 1.0)