Commit 9066b9c9 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Make bundle install more chatty.

parent fda0938e
......@@ -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'
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/
......
#! /bin/sh
test -f Gemfile.lock && rm Gemfile.lock
bundle install
DEBUG_RESOLVER=1 bundle install
bundle exec ruby test.rb
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment