From d1d22c8874065ef10f0f59e0ca4e8d220734c509 Mon Sep 17 00:00:00 2001 From: Christian Becker Date: Tue, 16 Jan 2018 18:39:21 +0100 Subject: [PATCH] Update Gemfile bump nokogiri to remove github vulnerability message --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 3da20ad..4a8607b 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,6 @@ gem 'beaker-rspec', beakerrspec platforms :ruby_19 do gem 'public_suffix', '< 1.5.0', :platforms => :ruby_19 - gem 'nokogiri', '< 1.7.0', :platforms => :ruby_19 + gem 'nokogiri', '~> 1.8.1', :platforms => :ruby_19 gem 'mime-types', '< 3.0', :platforms => :ruby_19 -end \ No newline at end of file +end