diff --git a/scraper/Gemfile b/scraper/Gemfile index ed15a81..0956984 100644 --- a/scraper/Gemfile +++ b/scraper/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem 'curb', '~> 0.9.10' -gem 'nokogiri', '~> 1.10', '>= 1.10.4' +gem 'nokogiri', '~> 1.13' group :development do gem 'pry', '~> 0.12.2' diff --git a/scraper/Gemfile.lock b/scraper/Gemfile.lock index 50eeae5..16af4b7 100644 --- a/scraper/Gemfile.lock +++ b/scraper/Gemfile.lock @@ -4,19 +4,21 @@ GEM coderay (1.1.2) curb (0.9.10) method_source (0.9.2) - mini_portile2 (2.4.0) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) + mini_portile2 (2.8.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) + racc (1.6.0) PLATFORMS ruby DEPENDENCIES curb (~> 0.9.10) - nokogiri (~> 1.10, >= 1.10.4) + nokogiri (~> 1.13) pry (~> 0.12.2) BUNDLED WITH