From f3686383bac7d94007c61e245d2ab8e49bc4d423 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 27 Sep 2017 13:59:03 +0300 Subject: [PATCH] Update nokogiri gem to 1.8.1 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 1ca54b6f4..135c926b7 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' +gem 'nokogiri' # style gem 'bootstrap-sass', '3.3.5.1' # bootstrap style diff --git a/Gemfile.lock b/Gemfile.lock index 3c91065a5..1c68ca893 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -269,7 +269,7 @@ GEM mina (0.3.1) open4 (~> 1.3.4) rake - mini_portile2 (2.1.0) + mini_portile2 (2.3.0) minitest (5.10.2) monetize (1.6.0) money (~> 6.8) @@ -284,8 +284,8 @@ GEM multi_json (1.12.1) multi_xml (0.6.0) netrc (0.11.0) - nokogiri (1.7.2) - mini_portile2 (~> 2.1.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) nori (2.6.0) nprogress-rails (0.1.6.7) open4 (1.3.4) @@ -540,7 +540,7 @@ DEPENDENCIES liquid (= 3.0.6) mina (= 0.3.1) money-rails - nokogiri (~> 1.7) + nokogiri nprogress-rails (= 0.1.6.7) paper_trail! pdfkit (= 0.6.2)