diff --git a/scraper/Gemfile b/scraper/Gemfile index ed15a81..7d5875b 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.10' group :development do gem 'pry', '~> 0.12.2' diff --git a/scraper/Gemfile.lock b/scraper/Gemfile.lock index 50eeae5..06bb8d2 100644 --- a/scraper/Gemfile.lock +++ b/scraper/Gemfile.lock @@ -5,7 +5,7 @@ GEM curb (0.9.10) method_source (0.9.2) mini_portile2 (2.4.0) - nokogiri (1.10.4) + nokogiri (1.10.8) mini_portile2 (~> 2.4.0) pry (0.12.2) coderay (~> 1.1.0) @@ -16,7 +16,7 @@ PLATFORMS DEPENDENCIES curb (~> 0.9.10) - nokogiri (~> 1.10, >= 1.10.4) + nokogiri (~> 1.10) pry (~> 0.12.2) BUNDLED WITH