From 6d7e3b9faf3b4043a6c28a31e2ac2828e1a47420 Mon Sep 17 00:00:00 2001 From: Andrew Kryczka Date: Thu, 11 Jan 2018 20:08:44 -0800 Subject: [PATCH] fix Gemfile.lock nokogiri dependencies Summary: I installed the ruby dependencies and ran `bundle update nokogiri`. It depends on a newer version of "mini_portile2" which I missed in 9c2f64e1488d577746686189d4d127dcf3a7f6e0. Now `bundle install` works again. Closes https://github.com/facebook/rocksdb/pull/3361 Differential Revision: D6710164 Pulled By: ajkr fbshipit-source-id: 9a08d6cc6400ef495b715b3d68b04ce3f3367031 --- docs/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 0c8d1658e..ba718e3d3 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -105,13 +105,13 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) mercenary (0.3.6) - mini_portile2 (2.1.0) + mini_portile2 (2.3.0) minima (2.0.0) minitest (5.9.1) multipart-post (2.0.0) net-dns (0.8.0) nokogiri (1.8.1) - mini_portile2 (~> 2.1.0) + mini_portile2 (~> 2.3.0) octokit (4.4.1) sawyer (~> 0.7.0, >= 0.5.3) pathutil (0.14.0)