diff --git a/Gemfile b/Gemfile index 05b768e..5cc8358 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'nokogiri', '~> 1.8.1' +gem 'nokogiri', '~> 1.8.3' gem 'rspec', '3.7.0', :group => :development \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 3f5b8d5..d5f984e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: diff-lcs (1.3) mini_portile2 (2.3.0) - nokogiri (1.8.2) + nokogiri (1.8.5) mini_portile2 (~> 2.3.0) rspec (3.7.0) rspec-core (~> 3.7.0) @@ -23,8 +23,8 @@ PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.8.1) + nokogiri (~> 1.8.3) rspec (= 3.7.0) BUNDLED WITH - 1.15.4 + 1.17.3