diff --git a/Gemfile b/Gemfile index 47d3a44..910c04c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' gem 'robotex' -gem 'nokogiri', '~> 1.18' +gem 'nokogiri', '~> 1.19' gem 'ruby-progressbar' gem 'open_uri_redirections' gem 'addressable' diff --git a/Gemfile.lock b/Gemfile.lock index 29de01a..7564f35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,8 +3,8 @@ GEM specs: addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - mini_portile2 (2.8.8) - nokogiri (1.18.8) + mini_portile2 (2.8.9) + nokogiri (1.19.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) open_uri_redirections (0.2.1) @@ -18,7 +18,7 @@ PLATFORMS DEPENDENCIES addressable - nokogiri (~> 1.18) + nokogiri (~> 1.19) open_uri_redirections robotex ruby-progressbar