From 9066b9c9ccb56378bb40490be4de44cacbdef0ba Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@ie.suberic.net>
Date: Thu, 9 Feb 2017 18:17:28 +0000
Subject: [PATCH] Make bundle install more chatty.

---
 ruby/Gemfile      | 1 -
 ruby/Gemfile.lock | 4 ++--
 ruby/run.sh       | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/ruby/Gemfile b/ruby/Gemfile
index 65ed30d..0ba3f2c 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -2,4 +2,3 @@
 source "https://rubygems.org"
 
 gem 'mmap', git: 'https://github.com/lyda/mmap.git', :branch => 'non-global-version'
-#gem 'mmap', :path => '/Users/kevin/src/p4g/mmap'
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index ca9fdc1..5f39f92 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -1,9 +1,9 @@
 GIT
   remote: https://github.com/lyda/mmap.git
-  revision: 397013dd15a4e5f3f2cd9ddbad39850ec9f61d33
+  revision: 5d7015bae9b841ae798982c175ffa9f018887405
   branch: non-global-version
   specs:
-    mmap (0.2.7a)
+    mmap (0.2.7b)
 
 GEM
   remote: https://rubygems.org/
diff --git a/ruby/run.sh b/ruby/run.sh
index 2945b45..f9b8e9d 100755
--- a/ruby/run.sh
+++ b/ruby/run.sh
@@ -1,5 +1,5 @@
 #! /bin/sh
 
 test -f Gemfile.lock && rm Gemfile.lock
-bundle install
+DEBUG_RESOLVER=1 bundle install
 bundle exec ruby test.rb
-- 
GitLab