From 094b2613dd87bddd8b78778c37800bfc577eafd8 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 22 May 2017 14:32:15 +0300 Subject: [PATCH] Update nokogiri gem to 1.7.2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0f9ba3511b..edcdbaa234 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'rails-settings-cached', '0.4.1' # for settings # html-xml gem 'haml-rails', '0.9.0' # haml for views -gem 'nokogiri', '1.7.1' # For XML parsing +gem 'nokogiri', '~> 1.7' # style gem 'bootstrap-sass', '3.3.5.1' # bootstrap style diff --git a/Gemfile.lock b/Gemfile.lock index 3495e9eea8..0bed77c4ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -322,7 +322,7 @@ GEM multi_xml (0.6.0) nenv (0.3.0) netrc (0.11.0) - nokogiri (1.7.1) + nokogiri (1.7.2) mini_portile2 (~> 2.1.0) nori (2.6.0) notiffany (0.1.1) @@ -600,7 +600,7 @@ DEPENDENCIES liquid (= 3.0.6) mina (= 0.3.1) money-rails - nokogiri (= 1.7.1) + nokogiri (~> 1.7) nprogress-rails (= 0.1.6.7) paper_trail! pdfkit (= 0.6.2)