From 769ff69004e4bac7858afdcaea973ced79618a76 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Fri, 10 Feb 2017 09:20:09 +0000 Subject: [PATCH] Another working tree. --- ruby/Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruby/Gemfile b/ruby/Gemfile index 0ba3f2c..e6b5db9 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -1,4 +1,5 @@ # frozen_string_literal: true source "https://rubygems.org" -gem 'mmap', git: 'https://github.com/lyda/mmap.git', :branch => 'non-global-version' +#gem 'mmap', git: 'https://github.com/lyda/mmap.git', :branch => 'non-global-version' +gem 'mmap', git: 'https://github.com/epitron/mmap.git' -- GitLab